Html Css Color HEX #874C04 Saddle Brown

📋 copy color: '#874C04'

red 135 ◦ green 76 ◦ blue 4

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

Shades of Saddle Brown #874C04

Tints of Saddle Brown #874C04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.86%

R = 62.79%
G = 35.35%
B = 1.86%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.97

 K value IS 0.47

RGB Variations

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

Color information

#874C04 (or 0x874C04) is known color: Saddle Brown. HEX triplet: 87, 4C and 04. RGB value is (135,76,4). Sum of RGB (Red+Green+Blue) = 135+76+4=215 (28% of max value = 765). Red value is 135 (53.12% from 255 or 62.79% from 215); Green value is 76 (30.08% from 255 or 35.35% from 215); Blue value is 4 (1.95% from 255 or 1.86% from 215); Max value from RGB is 135 - color contains mainly: red. Hex color #874C04 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #874C04 is #78B3FB. Grayscale: #555555. Windows color (decimal): -7910396 or 281735. OLE color: 281735.

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

Color convert

RGB 135 76 4 -
CMYK 0 0.44 0.97 0.47
HSL 32.98º 0.94% 0.27% -
HSV(B) 32.98º 0.97% 0.53% -
XYZ 12.6 10.33 1.44 -
YUV 85.43 82.05 163.35 -
System Red Green Blue C M Y K H S L
Decimal 135 76 4 0 0.44 0.97 0.47 32.98 0.94 0.27
Hex 87 4C 4 0 2C 61 2F 21 5E 1B
Octal 207 114 4 0 54 141 57 41 136 33
Binary 10000111 1001100 100 0 101100 1100001 101111 100001 1011110 11011

Color Harmonies of #874C04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #874C04

Black with #874C04

Text Example


Text Example

White with #874C04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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