Html Css Color HEX #874C01 Saddle Brown

📋 copy color: '#874C01'

red 135 ◦ green 76 ◦ blue 1

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

Shades of Saddle Brown #874C01

Tints of Saddle Brown #874C01

RGB

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

 GREEN value IS 76 (30.08% from 255) = 35.85%

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

R = 63.68%
G = 35.85%
B = 0.47%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.99

 K value IS 0.47

RGB Variations

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

Color information

#874C01 (or 0x874C01) is known color: Saddle Brown. HEX triplet: 87, 4C and 01. RGB value is (135,76,1). Sum of RGB (Red+Green+Blue) = 135+76+1=212 (28% of max value = 765). Red value is 135 (53.12% from 255 or 63.68% from 212); Green value is 76 (30.08% from 255 or 35.85% from 212); Blue value is 1 (0.78% from 255 or 0.47% from 212); Max value from RGB is 135 - color contains mainly: red. Hex color #874C01 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #874C01 is #78B3FE. Grayscale: #555555. Windows color (decimal): -7910399 or 85127. OLE color: 85127.

HSL color Cylindrical-coordinate representation of color #874C01: hue angle of 33.58º 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 #874C01 is Cyan = 0, Magento = 0.44, Yellow = 0.99 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 76 1 -
CMYK 0 0.44 0.99 0.47
HSL 33.58º 0.99% 0.27% -
HSV(B) 33.58º 0.99% 0.53% -
XYZ 12.58 10.32 1.36 -
YUV 85.09 80.55 163.6 -
System Red Green Blue C M Y K H S L
Decimal 135 76 1 0 0.44 0.99 0.47 33.58 0.99 0.27
Hex 87 4C 1 0 2C 63 2F 22 63 1B
Octal 207 114 1 0 54 143 57 42 143 33
Binary 10000111 1001100 1 0 101100 1100011 101111 100010 1100011 11011

Color Harmonies of #874C01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #874C01

Black with #874C01

Text Example


Text Example

White with #874C01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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