Html Css Color HEX #862D0A Saddle Brown

📋 copy color: '#862D0A'

red 134 ◦ green 45 ◦ blue 10

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

Shades of Saddle Brown #862D0A

Tints of Saddle Brown #862D0A

RGB

 RED value IS 134 (52.73% from 255) = 70.9%

 GREEN value IS 45 (17.97% from 255) = 23.81%

 BLUE value IS 10 (4.3% from 255) = 5.29%

R = 70.9%
G = 23.81%
B = 5.29%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.93

 K value IS 0.47

RGB Variations

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

Color information

#862D0A (or 0x862D0A) is known color: Saddle Brown. HEX triplet: 86, 2D and 0A. RGB value is (134,45,10). Sum of RGB (Red+Green+Blue) = 134+45+10=189 (25% of max value = 765). Red value is 134 (52.73% from 255 or 70.90% from 189); Green value is 45 (17.97% from 255 or 23.81% from 189); Blue value is 10 (4.30% from 255 or 5.29% from 189); Max value from RGB is 134 - color contains mainly: red. Hex color #862D0A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #862D0A is #79D2F5. Grayscale: #434343. Windows color (decimal): -7983862 or 667014. OLE color: 667014.

HSL color Cylindrical-coordinate representation of color #862D0A: hue angle of 16.94º degrees, saturation: 0.86, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #862D0A is Cyan = 0, Magento = 0.66, Yellow = 0.93 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 45 10 -
CMYK 0 0.66 0.93 0.47
HSL 16.94º 0.86% 0.28% -
HSV(B) 16.94º 0.93% 0.53% -
XYZ 10.82 6.97 1.06 -
YUV 67.62 95.49 175.35 -
System Red Green Blue C M Y K H S L
Decimal 134 45 10 0 0.66 0.93 0.47 16.94 0.86 0.28
Hex 86 2D A 0 42 5D 2F 11 56 1C
Octal 206 55 12 0 102 135 57 21 126 34
Binary 10000110 101101 1010 0 1000010 1011101 101111 10001 1010110 11100

Color Harmonies of #862D0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #862D0A

Black with #862D0A

Text Example


Text Example

White with #862D0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #862D0A; }

 p { color: rgb(134,45,10); }

 H1.HeaderClassName
 {
   color: #862D0A;
 }
 .AnyTagClassName
 {
   color: #862D0A;
 }
</style>

background-color css

<style>
 a { background-color: #862D0A; }

 a { background-color: rgb(134,45,10); }

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

border-color css

<style>
 span { border-color: #862D0A; }

 span { border-color: rgb(134,45,10); }

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