Html Css Color HEX #8C6303 Golden Brown

📋 copy color: '#8C6303'

red 140 ◦ green 99 ◦ blue 3

#8C6303
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Golden Brown #8C6303

Tints of Golden Brown #8C6303

RGB

 RED value IS 140 (55.08% from 255) = 57.85%

 GREEN value IS 99 (39.06% from 255) = 40.91%

 BLUE value IS 3 (1.56% from 255) = 1.24%

R = 57.85%
G = 40.91%
B = 1.24%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.98

 K value IS 0.45

RGB Variations

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

Color information

#8C6303 (or 0x8C6303) is known color: Golden Brown. HEX triplet: 8C, 63 and 03. RGB value is (140,99,3). Sum of RGB (Red+Green+Blue) = 140+99+3=242 (32% of max value = 765). Red value is 140 (55.08% from 255 or 57.85% from 242); Green value is 99 (39.06% from 255 or 40.91% from 242); Blue value is 3 (1.56% from 255 or 1.24% from 242); Max value from RGB is 140 - color contains mainly: red. Hex color #8C6303 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8C6303 is #739CFC. Grayscale: #646464. Windows color (decimal): -7576829 or 222092. OLE color: 222092.

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

Color convert

RGB 140 99 3 -
CMYK 0 0.29 0.98 0.45
HSL 42.04º 0.96% 0.28% -
HSV(B) 42.04º 0.98% 0.55% -
XYZ 15.29 14.51 2.08 -
YUV 100.32 73.08 156.31 -
System Red Green Blue C M Y K H S L
Decimal 140 99 3 0 0.29 0.98 0.45 42.04 0.96 0.28
Hex 8C 63 3 0 1D 62 2D 2A 60 1C
Octal 214 143 3 0 35 142 55 52 140 34
Binary 10001100 1100011 11 0 11101 1100010 101101 101010 1100000 11100

Color Harmonies of #8C6303

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C6303

Black with #8C6303

Text Example


Text Example

White with #8C6303

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,99,3); }

 H1.HeaderClassName
 {
   color: #8C6303;
 }
 .AnyTagClassName
 {
   color: #8C6303;
 }
</style>

background-color css

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

 a { background-color: rgb(140,99,3); }

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

border-color css

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

 span { border-color: rgb(140,99,3); }

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