Html Css Color HEX #862B00 Saddle Brown

📋 copy color: '#862B00'

red 134 ◦ green 43 ◦ blue 0

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

Shades of Saddle Brown #862B00

Tints of Saddle Brown #862B00

RGB

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

 GREEN value IS 43 (17.19% from 255) = 24.29%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 75.71%
G = 24.29%
B = 0%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 1

 K value IS 0.47

RGB Variations

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

Color information

#862B00 (or 0x862B00) is known color: Saddle Brown. HEX triplet: 86, 2B and 00. RGB value is (134,43,0). Sum of RGB (Red+Green+Blue) = 134+43+0=177 (23% of max value = 765). Red value is 134 (52.73% from 255 or 75.71% from 177); Green value is 43 (17.19% from 255 or 24.29% from 177); Blue value is 0 (0.39% from 255 or 0% from 177); Max value from RGB is 134 - color contains mainly: red. Hex color #862B00 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #862B00 is #79D4FF. Grayscale: #414141. Windows color (decimal): -7984384 or 11142. OLE color: 11142.

HSL color Cylindrical-coordinate representation of color #862B00: hue angle of 19.25º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 1%. Process color model (Four color, CMYK) of #862B00 is Cyan = 0, Magento = 0.68, Yellow = 1 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 43 0 -
CMYK 0 0.68 1 0.47
HSL 19.25º 1% 0.26% -
HSV(B) 19.25º 1% 0.53% -
XYZ 10.7 6.8 0.75 -
YUV 65.31 91.15 177 -
System Red Green Blue C M Y K H S L
Decimal 134 43 0 0 0.68 1 0.47 19.25 1 0.26
Hex 86 2B 0 0 44 64 2F 13 64 1A
Octal 206 53 0 0 104 144 57 23 144 32
Binary 10000110 101011 0 0 1000100 1100100 101111 10011 1100100 11010

Color Harmonies of #862B00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #862B00

Black with #862B00

Text Example


Text Example

White with #862B00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,43,0); }

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

background-color css

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

 a { background-color: rgb(134,43,0); }

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

border-color css

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

 span { border-color: rgb(134,43,0); }

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