Html Css Color HEX #862A07 Saddle Brown

📋 copy color: '#862A07'

red 134 ◦ green 42 ◦ blue 7

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

Shades of Saddle Brown #862A07

Tints of Saddle Brown #862A07

RGB

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

 GREEN value IS 42 (16.8% from 255) = 22.95%

 BLUE value IS 7 (3.13% from 255) = 3.83%

R = 73.22%
G = 22.95%
B = 3.83%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.95

 K value IS 0.47

RGB Variations

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

Color information

#862A07 (or 0x862A07) is known color: Saddle Brown. HEX triplet: 86, 2A and 07. RGB value is (134,42,7). Sum of RGB (Red+Green+Blue) = 134+42+7=183 (24% of max value = 765). Red value is 134 (52.73% from 255 or 73.22% from 183); Green value is 42 (16.80% from 255 or 22.95% from 183); Blue value is 7 (3.12% from 255 or 3.83% from 183); Max value from RGB is 134 - color contains mainly: red. Hex color #862A07 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #862A07 is #79D5F8. Grayscale: #414141. Windows color (decimal): -7984633 or 469638. OLE color: 469638.

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

Color convert

RGB 134 42 7 -
CMYK 0 0.69 0.95 0.47
HSL 16.54º 0.9% 0.28% -
HSV(B) 16.54º 0.95% 0.53% -
XYZ 10.7 6.74 0.94 -
YUV 65.52 94.98 176.85 -
System Red Green Blue C M Y K H S L
Decimal 134 42 7 0 0.69 0.95 0.47 16.54 0.9 0.28
Hex 86 2A 7 0 45 5F 2F 11 5A 1C
Octal 206 52 7 0 105 137 57 21 132 34
Binary 10000110 101010 111 0 1000101 1011111 101111 10001 1011010 11100

Color Harmonies of #862A07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #862A07

Black with #862A07

Text Example


Text Example

White with #862A07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,42,7); }

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

background-color css

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

 a { background-color: rgb(134,42,7); }

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

border-color css

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

 span { border-color: rgb(134,42,7); }

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