Html Css Color HEX #873D12 Saddle Brown

📋 copy color: '#873D12'

red 135 ◦ green 61 ◦ blue 18

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

Shades of Saddle Brown #873D12

Tints of Saddle Brown #873D12

RGB

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

 GREEN value IS 61 (24.22% from 255) = 28.5%

 BLUE value IS 18 (7.42% from 255) = 8.41%

R = 63.08%
G = 28.5%
B = 8.41%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.87

 K value IS 0.47

RGB Variations

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

Color information

#873D12 (or 0x873D12) is known color: Saddle Brown. HEX triplet: 87, 3D and 12. RGB value is (135,61,18). Sum of RGB (Red+Green+Blue) = 135+61+18=214 (28% of max value = 765). Red value is 135 (53.12% from 255 or 63.08% from 214); Green value is 61 (24.22% from 255 or 28.50% from 214); Blue value is 18 (7.42% from 255 or 8.41% from 214); Max value from RGB is 135 - color contains mainly: red. Hex color #873D12 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #873D12 is #78C2ED. Grayscale: #4E4E4E. Windows color (decimal): -7914222 or 1195399. OLE color: 1195399.

HSL color Cylindrical-coordinate representation of color #873D12: hue angle of 22.05º degrees, saturation: 0.76, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #873D12 is Cyan = 0, Magento = 0.55, Yellow = 0.87 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 61 18 -
CMYK 0 0.55 0.87 0.47
HSL 22.05º 0.76% 0.3% -
HSV(B) 22.05º 0.87% 0.53% -
XYZ 11.77 8.53 1.6 -
YUV 78.22 94.02 168.5 -
System Red Green Blue C M Y K H S L
Decimal 135 61 18 0 0.55 0.87 0.47 22.05 0.76 0.3
Hex 87 3D 12 0 37 57 2F 16 4C 1E
Octal 207 75 22 0 67 127 57 26 114 36
Binary 10000111 111101 10010 0 110111 1010111 101111 10110 1001100 11110

Color Harmonies of #873D12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #873D12

Black with #873D12

Text Example


Text Example

White with #873D12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(135,61,18); }

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

background-color css

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

 a { background-color: rgb(135,61,18); }

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

border-color css

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

 span { border-color: rgb(135,61,18); }

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