Html Css Color HEX #873D0C Saddle Brown

📋 copy color: '#873D0C'

red 135 ◦ green 61 ◦ blue 12

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

Shades of Saddle Brown #873D0C

Tints of Saddle Brown #873D0C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 5.77%

R = 64.9%
G = 29.33%
B = 5.77%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.91

 K value IS 0.47

RGB Variations

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

Color information

#873D0C (or 0x873D0C) is known color: Saddle Brown. HEX triplet: 87, 3D and 0C. RGB value is (135,61,12). Sum of RGB (Red+Green+Blue) = 135+61+12=208 (27% of max value = 765). Red value is 135 (53.12% from 255 or 64.90% from 208); Green value is 61 (24.22% from 255 or 29.33% from 208); Blue value is 12 (5.08% from 255 or 5.77% from 208); Max value from RGB is 135 - color contains mainly: red. Hex color #873D0C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #873D0C is #78C2F3. Grayscale: #4D4D4D. Windows color (decimal): -7914228 or 802183. OLE color: 802183.

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

Color convert

RGB 135 61 12 -
CMYK 0 0.55 0.91 0.47
HSL 23.9º 0.84% 0.29% -
HSV(B) 23.9º 0.91% 0.53% -
XYZ 11.73 8.51 1.37 -
YUV 77.54 91.02 168.98 -
System Red Green Blue C M Y K H S L
Decimal 135 61 12 0 0.55 0.91 0.47 23.9 0.84 0.29
Hex 87 3D C 0 37 5B 2F 18 54 1D
Octal 207 75 14 0 67 133 57 30 124 35
Binary 10000111 111101 1100 0 110111 1011011 101111 11000 1010100 11101

Color Harmonies of #873D0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #873D0C

Black with #873D0C

Text Example


Text Example

White with #873D0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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