Html Css Color HEX #874300 Saddle Brown

📋 copy color: '#874300'

red 135 ◦ green 67 ◦ blue 0

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

Shades of Saddle Brown #874300

Tints of Saddle Brown #874300

RGB

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

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

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

R = 66.83%
G = 33.17%
B = 0%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 1

 K value IS 0.47

RGB Variations

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

Color information

#874300 (or 0x874300) is known color: Saddle Brown. HEX triplet: 87, 43 and 00. RGB value is (135,67,0). Sum of RGB (Red+Green+Blue) = 135+67+0=202 (26% of max value = 765). Red value is 135 (53.12% from 255 or 66.83% from 202); Green value is 67 (26.56% from 255 or 33.17% from 202); Blue value is 0 (0.39% from 255 or 0% from 202); Max value from RGB is 135 - color contains mainly: red. Hex color #874300 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #874300 is #78BCFF. Grayscale: #505050. Windows color (decimal): -7912704 or 17287. OLE color: 17287.

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

Color convert

RGB 135 67 0 -
CMYK 0 0.50 1 0.47
HSL 29.78º 1% 0.26% -
HSV(B) 29.78º 1% 0.53% -
XYZ 12 9.17 1.14 -
YUV 79.69 83.03 167.45 -
System Red Green Blue C M Y K H S L
Decimal 135 67 0 0 0.50 1 0.47 29.78 1 0.26
Hex 87 43 0 0 32 64 2F 1E 64 1A
Octal 207 103 0 0 62 144 57 36 144 32
Binary 10000111 1000011 0 0 110010 1100100 101111 11110 1100100 11010

Color Harmonies of #874300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #874300

Black with #874300

Text Example


Text Example

White with #874300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #874300; }

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

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

background-color css

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

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

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

border-color css

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

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

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