Html Css Color HEX #874500 Saddle Brown

📋 copy color: '#874500'

red 135 ◦ green 69 ◦ blue 0

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

Shades of Saddle Brown #874500

Tints of Saddle Brown #874500

RGB

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

 GREEN value IS 69 (27.34% from 255) = 33.82%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 66.18%
G = 33.82%
B = 0%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 1

 K value IS 0.47

RGB Variations

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

Color information

#874500 (or 0x874500) is known color: Saddle Brown. HEX triplet: 87, 45 and 00. RGB value is (135,69,0). Sum of RGB (Red+Green+Blue) = 135+69+0=204 (27% of max value = 765). Red value is 135 (53.12% from 255 or 66.18% from 204); Green value is 69 (27.34% from 255 or 33.82% from 204); Blue value is 0 (0.39% from 255 or 0% from 204); Max value from RGB is 135 - color contains mainly: red. Hex color #874500 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #874500 is #78BAFF. Grayscale: #515151. Windows color (decimal): -7912192 or 17799. OLE color: 17799.

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

Color convert

RGB 135 69 0 -
CMYK 0 0.49 1 0.47
HSL 30.67º 1% 0.26% -
HSV(B) 30.67º 1% 0.53% -
XYZ 12.12 9.41 1.18 -
YUV 80.87 82.37 166.61 -
System Red Green Blue C M Y K H S L
Decimal 135 69 0 0 0.49 1 0.47 30.67 1 0.26
Hex 87 45 0 0 31 64 2F 1F 64 1A
Octal 207 105 0 0 61 144 57 37 144 32
Binary 10000111 1000101 0 0 110001 1100100 101111 11111 1100100 11010

Color Harmonies of #874500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #874500

Black with #874500

Text Example


Text Example

White with #874500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #874500; }

 p { color: rgb(135,69,0); }

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

background-color css

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

 a { background-color: rgb(135,69,0); }

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

border-color css

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

 span { border-color: rgb(135,69,0); }

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