Html Css Color HEX #874E01 Saddle Brown

📋 copy color: '#874E01'

red 135 ◦ green 78 ◦ blue 1

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

Shades of Saddle Brown #874E01

Tints of Saddle Brown #874E01

RGB

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

 GREEN value IS 78 (30.86% from 255) = 36.45%

 BLUE value IS 1 (0.78% from 255) = 0.47%

R = 63.08%
G = 36.45%
B = 0.47%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.99

 K value IS 0.47

RGB Variations

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

Color information

#874E01 (or 0x874E01) is known color: Saddle Brown. HEX triplet: 87, 4E and 01. RGB value is (135,78,1). Sum of RGB (Red+Green+Blue) = 135+78+1=214 (28% of max value = 765). Red value is 135 (53.12% from 255 or 63.08% from 214); Green value is 78 (30.86% from 255 or 36.45% from 214); Blue value is 1 (0.78% from 255 or 0.47% from 214); Max value from RGB is 135 - color contains mainly: red. Hex color #874E01 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #874E01 is #78B1FE. Grayscale: #565656. Windows color (decimal): -7909887 or 85639. OLE color: 85639.

HSL color Cylindrical-coordinate representation of color #874E01: hue angle of 34.48º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #874E01 is Cyan = 0, Magento = 0.42, Yellow = 0.99 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 78 1 -
CMYK 0 0.42 0.99 0.47
HSL 34.48º 0.99% 0.27% -
HSV(B) 34.48º 0.99% 0.53% -
XYZ 12.72 10.6 1.4 -
YUV 86.27 79.88 162.76 -
System Red Green Blue C M Y K H S L
Decimal 135 78 1 0 0.42 0.99 0.47 34.48 0.99 0.27
Hex 87 4E 1 0 2A 63 2F 22 63 1B
Octal 207 116 1 0 52 143 57 42 143 33
Binary 10000111 1001110 1 0 101010 1100011 101111 100010 1100011 11011

Color Harmonies of #874E01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #874E01

Black with #874E01

Text Example


Text Example

White with #874E01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #874E01; }

 p { color: rgb(135,78,1); }

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

background-color css

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

 a { background-color: rgb(135,78,1); }

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

border-color css

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

 span { border-color: rgb(135,78,1); }

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