Html Css Color HEX #874400 Saddle Brown

📋 copy color: '#874400'

red 135 ◦ green 68 ◦ blue 0

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

Shades of Saddle Brown #874400

Tints of Saddle Brown #874400

RGB

 RED value IS 135 (53.13% from 255) = 66.5%

 GREEN value IS 68 (26.95% from 255) = 33.5%

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

R = 66.5%
G = 33.5%
B = 0%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 1

 K value IS 0.47

RGB Variations

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

Color information

#874400 (or 0x874400) is known color: Saddle Brown. HEX triplet: 87, 44 and 00. RGB value is (135,68,0). Sum of RGB (Red+Green+Blue) = 135+68+0=203 (26% of max value = 765). Red value is 135 (53.12% from 255 or 66.50% from 203); Green value is 68 (26.95% from 255 or 33.50% from 203); Blue value is 0 (0.39% from 255 or 0% from 203); Max value from RGB is 135 - color contains mainly: red. Hex color #874400 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #874400 is #78BBFF. Grayscale: #505050. Windows color (decimal): -7912448 or 17543. OLE color: 17543.

HSL color Cylindrical-coordinate representation of color #874400: hue angle of 30.22º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 1%. Process color model (Four color, CMYK) of #874400 is Cyan = 0, Magento = 0.50, Yellow = 1 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 68 0 -
CMYK 0 0.50 1 0.47
HSL 30.22º 1% 0.26% -
HSV(B) 30.22º 1% 0.53% -
XYZ 12.06 9.29 1.16 -
YUV 80.28 82.7 167.03 -
System Red Green Blue C M Y K H S L
Decimal 135 68 0 0 0.50 1 0.47 30.22 1 0.26
Hex 87 44 0 0 32 64 2F 1E 64 1A
Octal 207 104 0 0 62 144 57 36 144 32
Binary 10000111 1000100 0 0 110010 1100100 101111 11110 1100100 11010

Color Harmonies of #874400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #874400

Black with #874400

Text Example


Text Example

White with #874400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #874400; }

 p { color: rgb(135,68,0); }

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

background-color css

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

 a { background-color: rgb(135,68,0); }

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

border-color css

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

 span { border-color: rgb(135,68,0); }

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