Html Css Color HEX #874101 Saddle Brown

📋 copy color: '#874101'

red 135 ◦ green 65 ◦ blue 1

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

Shades of Saddle Brown #874101

Tints of Saddle Brown #874101

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.5%

R = 67.16%
G = 32.34%
B = 0.5%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.99

 K value IS 0.47

RGB Variations

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

Color information

#874101 (or 0x874101) is known color: Saddle Brown. HEX triplet: 87, 41 and 01. RGB value is (135,65,1). Sum of RGB (Red+Green+Blue) = 135+65+1=201 (26% of max value = 765). Red value is 135 (53.12% from 255 or 67.16% from 201); Green value is 65 (25.78% from 255 or 32.34% from 201); Blue value is 1 (0.78% from 255 or 0.50% from 201); Max value from RGB is 135 - color contains mainly: red. Hex color #874101 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #874101 is #78BEFE. Grayscale: #4E4E4E. Windows color (decimal): -7913215 or 82311. OLE color: 82311.

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

Color convert

RGB 135 65 1 -
CMYK 0 0.52 0.99 0.47
HSL 28.66º 0.99% 0.27% -
HSV(B) 28.66º 0.99% 0.53% -
XYZ 11.89 8.93 1.13 -
YUV 78.63 84.19 168.2 -
System Red Green Blue C M Y K H S L
Decimal 135 65 1 0 0.52 0.99 0.47 28.66 0.99 0.27
Hex 87 41 1 0 34 63 2F 1D 63 1B
Octal 207 101 1 0 64 143 57 35 143 33
Binary 10000111 1000001 1 0 110100 1100011 101111 11101 1100011 11011

Color Harmonies of #874101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #874101

Black with #874101

Text Example


Text Example

White with #874101

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #874101; }

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

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

background-color css

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

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

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

border-color css

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

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

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