#8B630C

Color #8B630C Golden Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Golden Brown #8B630C

Tints of Golden Brown #8B630C

Color information

#8B630C (or 0x8B630C) is unknown color: approx Golden Brown. HEX triplet: 8B, 63 and 0C. RGB value is (139,99,12). Sum of RGB (Red+Green+Blue) = 139+99+12=250 (33% of max value = 765). Red value is 139 (54.69% from 255 or 55.6% from 250); Green value is 99 (39.06% from 255 or 39.6% from 250); Blue value is 12 (5.08% from 255 or 4.8% from 250); Max value from RGB is 139 - color contains mainly: red. Hex color #8B630C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8B630C is #749CF3. Grayscale: #656565. Windows color (decimal): -7642356 or 811915. OLE color: 811915.

HSL color Cylindrical-coordinate representation of color #8B630C: hue angle of 41.1º degrees, saturation: 0.84, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8B630C is Cyan = 0, Magento = 0.29, Yellow = 0.91 and Black (K on CMYK) = 0.45.

Color convert

RGB1399912-
CMYK00.290.910.45
HSL41.1º84.11%29.61%-
HSV(B)41.1º91.37%54.51%-
XYZ15.1814.442.34-
YUV101.0477.75155.07-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 139 (54.69% from 255) = 55.6%
GREEN value IS 99 (39.06% from 255) = 39.6%
BLUE value IS 12 (5.08% from 255) = 4.8%
R=55.6%
G=39.6%
B=4.8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.91
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139991200.290.910.4541.184.1129.61
Hex8B63C01D5B2D29541e
Octal21314314035133555112436
Binary10001011110001111000111011011011101101101001101010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B630C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8B630C; }

 p { color: rgb(139,99,12); }

 H1.HeaderClassName
 {
   color: #8B630C;
 }
 .AnyTagClassName
 {
   color: #8B630C;
 }
</style>
background-color css

<style>
 a { background-color: #8B630C; }

 a { background-color: rgb(139,99,12); }

 div.DivClassName
 {
   background-color: #8B630C;
 }
 .BgClassName
 {
   background-color: #8B630C;
 }
</style>
border-color css

<style>
 span { border-color: #8B630C; }

 span { border-color: rgb(139,99,12); }

 td.TdClassName
 {
   border-color: #8B630C;
 }
 .TagClassName
 {
   border-color: #8B630C;
 }
</style>