Html Css Color HEX #832E06 Saddle Brown

📋 copy color: '#832E06'

red 131 ◦ green 46 ◦ blue 6

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

Shades of Saddle Brown #832E06

Tints of Saddle Brown #832E06

RGB

 RED value IS 131 (51.56% from 255) = 71.58%

 GREEN value IS 46 (18.36% from 255) = 25.14%

 BLUE value IS 6 (2.73% from 255) = 3.28%

R = 71.58%
G = 25.14%
B = 3.28%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.95

 K value IS 0.49

RGB Variations

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

Color information

#832E06 (or 0x832E06) is known color: Saddle Brown. HEX triplet: 83, 2E and 06. RGB value is (131,46,6). Sum of RGB (Red+Green+Blue) = 131+46+6=183 (24% of max value = 765). Red value is 131 (51.56% from 255 or 71.58% from 183); Green value is 46 (18.36% from 255 or 25.14% from 183); Blue value is 6 (2.73% from 255 or 3.28% from 183); Max value from RGB is 131 - color contains mainly: red. Hex color #832E06 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #832E06 is #7CD1F9. Grayscale: #434343. Windows color (decimal): -8180218 or 405123. OLE color: 405123.

HSL color Cylindrical-coordinate representation of color #832E06: hue angle of 19.2º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #832E06 is Cyan = 0, Magento = 0.65, Yellow = 0.95 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 46 6 -
CMYK 0 0.65 0.95 0.49
HSL 19.2º 0.91% 0.27% -
HSV(B) 19.2º 0.95% 0.51% -
XYZ 10.37 6.79 0.94 -
YUV 66.86 93.66 173.75 -
System Red Green Blue C M Y K H S L
Decimal 131 46 6 0 0.65 0.95 0.49 19.2 0.91 0.27
Hex 83 2E 6 0 41 5F 31 13 5B 1B
Octal 203 56 6 0 101 137 61 23 133 33
Binary 10000011 101110 110 0 1000001 1011111 110001 10011 1011011 11011

Color Harmonies of #832E06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #832E06

Black with #832E06

Text Example


Text Example

White with #832E06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #832E06; }

 p { color: rgb(131,46,6); }

 H1.HeaderClassName
 {
   color: #832E06;
 }
 .AnyTagClassName
 {
   color: #832E06;
 }
</style>

background-color css

<style>
 a { background-color: #832E06; }

 a { background-color: rgb(131,46,6); }

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

border-color css

<style>
 span { border-color: #832E06; }

 span { border-color: rgb(131,46,6); }

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