Html Css Color HEX #874100 Saddle Brown

📋 copy color: '#874100'

red 135 ◦ green 65 ◦ blue 0

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

Shades of Saddle Brown #874100

Tints of Saddle Brown #874100

RGB

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

 GREEN value IS 65 (25.78% from 255) = 32.5%

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

R = 67.5%
G = 32.5%
B = 0%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 1

 K value IS 0.47

RGB Variations

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

Color information

#874100 (or 0x874100) is known color: Saddle Brown. HEX triplet: 87, 41 and 00. RGB value is (135,65,0). Sum of RGB (Red+Green+Blue) = 135+65+0=200 (26% of max value = 765). Red value is 135 (53.12% from 255 or 67.5% from 200); Green value is 65 (25.78% from 255 or 32.5% from 200); Blue value is 0 (0.39% from 255 or 0% from 200); Max value from RGB is 135 - color contains mainly: red. Hex color #874100 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #874100 is #78BEFF. Grayscale: #4E4E4E. Windows color (decimal): -7913216 or 16775. OLE color: 16775.

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

Color convert

RGB 135 65 0 -
CMYK 0 0.52 1 0.47
HSL 28.89º 1% 0.26% -
HSV(B) 28.89º 1% 0.53% -
XYZ 11.88 8.93 1.1 -
YUV 78.52 83.69 168.29 -
System Red Green Blue C M Y K H S L
Decimal 135 65 0 0 0.52 1 0.47 28.89 1 0.26
Hex 87 41 0 0 34 64 2F 1D 64 1A
Octal 207 101 0 0 64 144 57 35 144 32
Binary 10000111 1000001 0 0 110100 1100100 101111 11101 1100100 11010

Color Harmonies of #874100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #874100

Black with #874100

Text Example


Text Example

White with #874100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #874100; }

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

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

background-color css

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

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

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

border-color css

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

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

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