Html Css Color HEX #873F0D Saddle Brown

📋 copy color: '#873F0D'

red 135 ◦ green 63 ◦ blue 13

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

Shades of Saddle Brown #873F0D

Tints of Saddle Brown #873F0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 6.16%

R = 63.98%
G = 29.86%
B = 6.16%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.90

 K value IS 0.47

RGB Variations

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

Color information

#873F0D (or 0x873F0D) is known color: Saddle Brown. HEX triplet: 87, 3F and 0D. RGB value is (135,63,13). Sum of RGB (Red+Green+Blue) = 135+63+13=211 (27% of max value = 765). Red value is 135 (53.12% from 255 or 63.98% from 211); Green value is 63 (25% from 255 or 29.86% from 211); Blue value is 13 (5.47% from 255 or 6.16% from 211); Max value from RGB is 135 - color contains mainly: red. Hex color #873F0D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #873F0D is #78C0F2. Grayscale: #4F4F4F. Windows color (decimal): -7913715 or 868231. OLE color: 868231.

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

Color convert

RGB 135 63 13 -
CMYK 0 0.53 0.90 0.47
HSL 24.59º 0.82% 0.29% -
HSV(B) 24.59º 0.9% 0.53% -
XYZ 11.84 8.73 1.44 -
YUV 78.83 90.85 168.07 -
System Red Green Blue C M Y K H S L
Decimal 135 63 13 0 0.53 0.90 0.47 24.59 0.82 0.29
Hex 87 3F D 0 35 5A 2F 19 52 1D
Octal 207 77 15 0 65 132 57 31 122 35
Binary 10000111 111111 1101 0 110101 1011010 101111 11001 1010010 11101

Color Harmonies of #873F0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #873F0D

Black with #873F0D

Text Example


Text Example

White with #873F0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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