Html Css Color HEX #874807 Saddle Brown

📋 copy color: '#874807'

red 135 ◦ green 72 ◦ blue 7

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

Shades of Saddle Brown #874807

Tints of Saddle Brown #874807

RGB

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

 GREEN value IS 72 (28.52% from 255) = 33.64%

 BLUE value IS 7 (3.13% from 255) = 3.27%

R = 63.08%
G = 33.64%
B = 3.27%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.95

 K value IS 0.47

RGB Variations

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

Color information

#874807 (or 0x874807) is known color: Saddle Brown. HEX triplet: 87, 48 and 07. RGB value is (135,72,7). Sum of RGB (Red+Green+Blue) = 135+72+7=214 (28% of max value = 765). Red value is 135 (53.12% from 255 or 63.08% from 214); Green value is 72 (28.52% from 255 or 33.64% from 214); Blue value is 7 (3.12% from 255 or 3.27% from 214); Max value from RGB is 135 - color contains mainly: red. Hex color #874807 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #874807 is #78B7F8. Grayscale: #535353. Windows color (decimal): -7911417 or 477319. OLE color: 477319.

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

Color convert

RGB 135 72 7 -
CMYK 0 0.47 0.95 0.47
HSL 30.47º 0.9% 0.28% -
HSV(B) 30.47º 0.95% 0.53% -
XYZ 12.35 9.8 1.44 -
YUV 83.43 84.87 164.79 -
System Red Green Blue C M Y K H S L
Decimal 135 72 7 0 0.47 0.95 0.47 30.47 0.9 0.28
Hex 87 48 7 0 2F 5F 2F 1E 5A 1C
Octal 207 110 7 0 57 137 57 36 132 34
Binary 10000111 1001000 111 0 101111 1011111 101111 11110 1011010 11100

Color Harmonies of #874807

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #874807

Black with #874807

Text Example


Text Example

White with #874807

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #874807; }

 p { color: rgb(135,72,7); }

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

background-color css

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

 a { background-color: rgb(135,72,7); }

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

border-color css

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

 span { border-color: rgb(135,72,7); }

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