Html Css Color HEX #8C4B00 Saddle Brown

📋 copy color: '#8C4B00'

red 140 ◦ green 75 ◦ blue 0

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

Shades of Saddle Brown #8C4B00

Tints of Saddle Brown #8C4B00

RGB

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

 GREEN value IS 75 (29.69% from 255) = 34.88%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 65.12%
G = 34.88%
B = 0%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 1

 K value IS 0.45

RGB Variations

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

Color information

#8C4B00 (or 0x8C4B00) is known color: Saddle Brown. HEX triplet: 8C, 4B and 00. RGB value is (140,75,0). Sum of RGB (Red+Green+Blue) = 140+75+0=215 (28% of max value = 765). Red value is 140 (55.08% from 255 or 65.12% from 215); Green value is 75 (29.69% from 255 or 34.88% from 215); Blue value is 0 (0.39% from 255 or 0% from 215); Max value from RGB is 140 - color contains mainly: red. Hex color #8C4B00 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8C4B00 is #73B4FF. Grayscale: #565656. Windows color (decimal): -7582976 or 19340. OLE color: 19340.

HSL color Cylindrical-coordinate representation of color #8C4B00: hue angle of 32.14º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8C4B00 is Cyan = 0, Magento = 0.46, Yellow = 1 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 75 0 -
CMYK 0 0.46 1 0.45
HSL 32.14º 1% 0.27% -
HSV(B) 32.14º 1% 0.55% -
XYZ 13.33 10.61 1.34 -
YUV 85.89 79.53 166.6 -
System Red Green Blue C M Y K H S L
Decimal 140 75 0 0 0.46 1 0.45 32.14 1 0.27
Hex 8C 4B 0 0 2E 64 2D 20 64 1B
Octal 214 113 0 0 56 144 55 40 144 33
Binary 10001100 1001011 0 0 101110 1100100 101101 100000 1100100 11011

Color Harmonies of #8C4B00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C4B00

Black with #8C4B00

Text Example


Text Example

White with #8C4B00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,75,0); }

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

background-color css

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

 a { background-color: rgb(140,75,0); }

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

border-color css

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

 span { border-color: rgb(140,75,0); }

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