Html Css Color HEX #873102 Saddle Brown

📋 copy color: '#873102'

red 135 ◦ green 49 ◦ blue 2

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

Shades of Saddle Brown #873102

Tints of Saddle Brown #873102

RGB

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

 GREEN value IS 49 (19.53% from 255) = 26.34%

 BLUE value IS 2 (1.17% from 255) = 1.08%

R = 72.58%
G = 26.34%
B = 1.08%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.99

 K value IS 0.47

RGB Variations

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

Color information

#873102 (or 0x873102) is known color: Saddle Brown. HEX triplet: 87, 31 and 02. RGB value is (135,49,2). Sum of RGB (Red+Green+Blue) = 135+49+2=186 (24% of max value = 765). Red value is 135 (53.12% from 255 or 72.58% from 186); Green value is 49 (19.53% from 255 or 26.34% from 186); Blue value is 2 (1.17% from 255 or 1.08% from 186); Max value from RGB is 135 - color contains mainly: red. Hex color #873102 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #873102 is #78CEFD. Grayscale: #454545. Windows color (decimal): -7917310 or 143751. OLE color: 143751.

HSL color Cylindrical-coordinate representation of color #873102: hue angle of 21.2º degrees, saturation: 0.97, 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 #873102 is Cyan = 0, Magento = 0.64, Yellow = 0.99 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 49 2 -
CMYK 0 0.64 0.99 0.47
HSL 21.2º 0.97% 0.27% -
HSV(B) 21.2º 0.99% 0.53% -
XYZ 11.1 7.35 0.89 -
YUV 69.36 89.99 174.82 -
System Red Green Blue C M Y K H S L
Decimal 135 49 2 0 0.64 0.99 0.47 21.2 0.97 0.27
Hex 87 31 2 0 40 63 2F 15 61 1B
Octal 207 61 2 0 100 143 57 25 141 33
Binary 10000111 110001 10 0 1000000 1100011 101111 10101 1100001 11011

Color Harmonies of #873102

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #873102

Black with #873102

Text Example


Text Example

White with #873102

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #873102; }

 p { color: rgb(135,49,2); }

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

background-color css

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

 a { background-color: rgb(135,49,2); }

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

border-color css

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

 span { border-color: rgb(135,49,2); }

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