Html Css Color HEX #8C3E02 Saddle Brown

📋 copy color: '#8C3E02'

red 140 ◦ green 62 ◦ blue 2

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

Shades of Saddle Brown #8C3E02

Tints of Saddle Brown #8C3E02

RGB

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

 GREEN value IS 62 (24.61% from 255) = 30.39%

 BLUE value IS 2 (1.17% from 255) = 0.98%

R = 68.63%
G = 30.39%
B = 0.98%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.99

 K value IS 0.45

RGB Variations

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

Color information

#8C3E02 (or 0x8C3E02) is known color: Saddle Brown. HEX triplet: 8C, 3E and 02. RGB value is (140,62,2). Sum of RGB (Red+Green+Blue) = 140+62+2=204 (27% of max value = 765). Red value is 140 (55.08% from 255 or 68.63% from 204); Green value is 62 (24.61% from 255 or 30.39% from 204); Blue value is 2 (1.17% from 255 or 0.98% from 204); Max value from RGB is 140 - color contains mainly: red. Hex color #8C3E02 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8C3E02 is #73C1FD. Grayscale: #4E4E4E. Windows color (decimal): -7586302 or 147084. OLE color: 147084.

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

Color convert

RGB 140 62 2 -
CMYK 0 0.56 0.99 0.45
HSL 26.09º 0.97% 0.28% -
HSV(B) 26.09º 0.99% 0.55% -
XYZ 12.55 9.03 1.14 -
YUV 78.48 84.84 171.88 -
System Red Green Blue C M Y K H S L
Decimal 140 62 2 0 0.56 0.99 0.45 26.09 0.97 0.28
Hex 8C 3E 2 0 38 63 2D 1A 61 1C
Octal 214 76 2 0 70 143 55 32 141 34
Binary 10001100 111110 10 0 111000 1100011 101101 11010 1100001 11100

Color Harmonies of #8C3E02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C3E02

Black with #8C3E02

Text Example


Text Example

White with #8C3E02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,62,2); }

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

background-color css

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

 a { background-color: rgb(140,62,2); }

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

border-color css

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

 span { border-color: rgb(140,62,2); }

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