Html Css Color HEX #873E0E Saddle Brown

📋 copy color: '#873E0E'

red 135 ◦ green 62 ◦ blue 14

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

Shades of Saddle Brown #873E0E

Tints of Saddle Brown #873E0E

RGB

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

 GREEN value IS 62 (24.61% from 255) = 29.38%

 BLUE value IS 14 (5.86% from 255) = 6.64%

R = 63.98%
G = 29.38%
B = 6.64%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.90

 K value IS 0.47

RGB Variations

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

Color information

#873E0E (or 0x873E0E) is known color: Saddle Brown. HEX triplet: 87, 3E and 0E. RGB value is (135,62,14). Sum of RGB (Red+Green+Blue) = 135+62+14=211 (27% of max value = 765). Red value is 135 (53.12% from 255 or 63.98% from 211); Green value is 62 (24.61% from 255 or 29.38% from 211); Blue value is 14 (5.86% from 255 or 6.64% from 211); Max value from RGB is 135 - color contains mainly: red. Hex color #873E0E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #873E0E is #78C1F1. Grayscale: #4E4E4E. Windows color (decimal): -7913970 or 933511. OLE color: 933511.

HSL color Cylindrical-coordinate representation of color #873E0E: hue angle of 23.8º degrees, saturation: 0.81, 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 #873E0E is Cyan = 0, Magento = 0.54, Yellow = 0.90 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 62 14 -
CMYK 0 0.54 0.90 0.47
HSL 23.8º 0.81% 0.29% -
HSV(B) 23.8º 0.9% 0.53% -
XYZ 11.79 8.63 1.46 -
YUV 78.36 91.68 168.4 -
System Red Green Blue C M Y K H S L
Decimal 135 62 14 0 0.54 0.90 0.47 23.8 0.81 0.29
Hex 87 3E E 0 36 5A 2F 18 51 1D
Octal 207 76 16 0 66 132 57 30 121 35
Binary 10000111 111110 1110 0 110110 1011010 101111 11000 1010001 11101

Color Harmonies of #873E0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #873E0E

Black with #873E0E

Text Example


Text Example

White with #873E0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(135,62,14); }

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

background-color css

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

 a { background-color: rgb(135,62,14); }

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

border-color css

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

 span { border-color: rgb(135,62,14); }

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