Html Css Color HEX #832906 Saddle Brown

📋 copy color: '#832906'

red 131 ◦ green 41 ◦ blue 6

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

Shades of Saddle Brown #832906

Tints of Saddle Brown #832906

RGB

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

 GREEN value IS 41 (16.41% from 255) = 23.03%

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

R = 73.6%
G = 23.03%
B = 3.37%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.95

 K value IS 0.49

RGB Variations

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

Color information

#832906 (or 0x832906) is known color: Saddle Brown. HEX triplet: 83, 29 and 06. RGB value is (131,41,6). Sum of RGB (Red+Green+Blue) = 131+41+6=178 (23% of max value = 765). Red value is 131 (51.56% from 255 or 73.60% from 178); Green value is 41 (16.41% from 255 or 23.03% from 178); Blue value is 6 (2.73% from 255 or 3.37% from 178); Max value from RGB is 131 - color contains mainly: red. Hex color #832906 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #832906 is #7CD6F9. Grayscale: #404040. Windows color (decimal): -8181498 or 403843. OLE color: 403843.

HSL color Cylindrical-coordinate representation of color #832906: hue angle of 16.8º 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 #832906 is Cyan = 0, Magento = 0.69, Yellow = 0.95 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 41 6 -
CMYK 0 0.69 0.95 0.49
HSL 16.8º 0.91% 0.27% -
HSV(B) 16.8º 0.95% 0.51% -
XYZ 10.19 6.42 0.88 -
YUV 63.92 95.32 175.85 -
System Red Green Blue C M Y K H S L
Decimal 131 41 6 0 0.69 0.95 0.49 16.8 0.91 0.27
Hex 83 29 6 0 45 5F 31 11 5B 1B
Octal 203 51 6 0 105 137 61 21 133 33
Binary 10000011 101001 110 0 1000101 1011111 110001 10001 1011011 11011

Color Harmonies of #832906

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #832906

Black with #832906

Text Example


Text Example

White with #832906

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #832906; }

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

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

background-color css

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

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

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

border-color css

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

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

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