Html Css Color HEX #873103 Saddle Brown

📋 copy color: '#873103'

red 135 ◦ green 49 ◦ blue 3

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

Shades of Saddle Brown #873103

Tints of Saddle Brown #873103

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.6%

R = 72.19%
G = 26.2%
B = 1.6%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.98

 K value IS 0.47

RGB Variations

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

Color information

#873103 (or 0x873103) is known color: Saddle Brown. HEX triplet: 87, 31 and 03. RGB value is (135,49,3). Sum of RGB (Red+Green+Blue) = 135+49+3=187 (24% of max value = 765). Red value is 135 (53.12% from 255 or 72.19% from 187); Green value is 49 (19.53% from 255 or 26.20% from 187); Blue value is 3 (1.56% from 255 or 1.60% from 187); Max value from RGB is 135 - color contains mainly: red. Hex color #873103 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #873103 is #78CEFC. Grayscale: #454545. Windows color (decimal): -7917309 or 209287. OLE color: 209287.

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

Color convert

RGB 135 49 3 -
CMYK 0 0.64 0.98 0.47
HSL 20.91º 0.96% 0.27% -
HSV(B) 20.91º 0.98% 0.53% -
XYZ 11.11 7.35 0.92 -
YUV 69.47 90.49 174.74 -
System Red Green Blue C M Y K H S L
Decimal 135 49 3 0 0.64 0.98 0.47 20.91 0.96 0.27
Hex 87 31 3 0 40 62 2F 15 60 1B
Octal 207 61 3 0 100 142 57 25 140 33
Binary 10000111 110001 11 0 1000000 1100010 101111 10101 1100000 11011

Color Harmonies of #873103

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #873103

Black with #873103

Text Example


Text Example

White with #873103

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #873103; }

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

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

background-color css

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

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

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

border-color css

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

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

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