Html Css Color HEX #873F0B Saddle Brown

📋 copy color: '#873F0B'

red 135 ◦ green 63 ◦ blue 11

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

Shades of Saddle Brown #873F0B

Tints of Saddle Brown #873F0B

RGB

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

 GREEN value IS 63 (25% from 255) = 30.14%

 BLUE value IS 11 (4.69% from 255) = 5.26%

R = 64.59%
G = 30.14%
B = 5.26%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.92

 K value IS 0.47

RGB Variations

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

Color information

#873F0B (or 0x873F0B) is known color: Saddle Brown. HEX triplet: 87, 3F and 0B. RGB value is (135,63,11). Sum of RGB (Red+Green+Blue) = 135+63+11=209 (27% of max value = 765). Red value is 135 (53.12% from 255 or 64.59% from 209); Green value is 63 (25% from 255 or 30.14% from 209); Blue value is 11 (4.69% from 255 or 5.26% from 209); Max value from RGB is 135 - color contains mainly: red. Hex color #873F0B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #873F0B is #78C0F4. Grayscale: #4E4E4E. Windows color (decimal): -7913717 or 737159. OLE color: 737159.

HSL color Cylindrical-coordinate representation of color #873F0B: hue angle of 25.16º degrees, saturation: 0.85, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #873F0B is Cyan = 0, Magento = 0.53, Yellow = 0.92 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 63 11 -
CMYK 0 0.53 0.92 0.47
HSL 25.16º 0.85% 0.29% -
HSV(B) 25.16º 0.92% 0.53% -
XYZ 11.83 8.73 1.38 -
YUV 78.6 89.85 168.23 -
System Red Green Blue C M Y K H S L
Decimal 135 63 11 0 0.53 0.92 0.47 25.16 0.85 0.29
Hex 87 3F B 0 35 5C 2F 19 55 1D
Octal 207 77 13 0 65 134 57 31 125 35
Binary 10000111 111111 1011 0 110101 1011100 101111 11001 1010101 11101

Color Harmonies of #873F0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #873F0B

Black with #873F0B

Text Example


Text Example

White with #873F0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #873F0B; }

 p { color: rgb(135,63,11); }

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

background-color css

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

 a { background-color: rgb(135,63,11); }

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

border-color css

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

 span { border-color: rgb(135,63,11); }

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