Html Css Color HEX #874304 Saddle Brown

📋 copy color: '#874304'

red 135 ◦ green 67 ◦ blue 4

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

Shades of Saddle Brown #874304

Tints of Saddle Brown #874304

RGB

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

 GREEN value IS 67 (26.56% from 255) = 32.52%

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

R = 65.53%
G = 32.52%
B = 1.94%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.97

 K value IS 0.47

RGB Variations

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

Color information

#874304 (or 0x874304) is known color: Saddle Brown. HEX triplet: 87, 43 and 04. RGB value is (135,67,4). Sum of RGB (Red+Green+Blue) = 135+67+4=206 (27% of max value = 765). Red value is 135 (53.12% from 255 or 65.53% from 206); Green value is 67 (26.56% from 255 or 32.52% from 206); Blue value is 4 (1.95% from 255 or 1.94% from 206); Max value from RGB is 135 - color contains mainly: red. Hex color #874304 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #874304 is #78BCFB. Grayscale: #505050. Windows color (decimal): -7912700 or 279431. OLE color: 279431.

HSL color Cylindrical-coordinate representation of color #874304: hue angle of 28.85º 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 #874304 is Cyan = 0, Magento = 0.50, Yellow = 0.97 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 67 4 -
CMYK 0 0.50 0.97 0.47
HSL 28.85º 0.94% 0.27% -
HSV(B) 28.85º 0.97% 0.53% -
XYZ 12.02 9.17 1.25 -
YUV 80.15 85.03 167.12 -
System Red Green Blue C M Y K H S L
Decimal 135 67 4 0 0.50 0.97 0.47 28.85 0.94 0.27
Hex 87 43 4 0 32 61 2F 1D 5E 1B
Octal 207 103 4 0 62 141 57 35 136 33
Binary 10000111 1000011 100 0 110010 1100001 101111 11101 1011110 11011

Color Harmonies of #874304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #874304

Black with #874304

Text Example


Text Example

White with #874304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #874304; }

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

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

background-color css

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

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

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

border-color css

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

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

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