Html Css Color HEX #832800 Saddle Brown

📋 copy color: '#832800'

red 131 ◦ green 40 ◦ blue 0

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

Shades of Saddle Brown #832800

Tints of Saddle Brown #832800

RGB

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

 GREEN value IS 40 (16.02% from 255) = 23.39%

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

R = 76.61%
G = 23.39%
B = 0%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 1

 K value IS 0.49

RGB Variations

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

Color information

#832800 (or 0x832800) is known color: Saddle Brown. HEX triplet: 83, 28 and 00. RGB value is (131,40,0). Sum of RGB (Red+Green+Blue) = 131+40+0=171 (22% of max value = 765). Red value is 131 (51.56% from 255 or 76.61% from 171); Green value is 40 (16.02% from 255 or 23.39% from 171); Blue value is 0 (0.39% from 255 or 0% from 171); Max value from RGB is 131 - color contains mainly: red. Hex color #832800 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #832800 is #7CD7FF. Grayscale: #3E3E3E. Windows color (decimal): -8181760 or 10371. OLE color: 10371.

HSL color Cylindrical-coordinate representation of color #832800: hue angle of 18.32º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 1%. Process color model (Four color, CMYK) of #832800 is Cyan = 0, Magento = 0.69, Yellow = 1 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 40 0 -
CMYK 0 0.69 1 0.49
HSL 18.32º 1% 0.26% -
HSV(B) 18.32º 1% 0.51% -
XYZ 10.12 6.34 0.69 -
YUV 62.65 92.65 176.75 -
System Red Green Blue C M Y K H S L
Decimal 131 40 0 0 0.69 1 0.49 18.32 1 0.26
Hex 83 28 0 0 45 64 31 12 64 1A
Octal 203 50 0 0 105 144 61 22 144 32
Binary 10000011 101000 0 0 1000101 1100100 110001 10010 1100100 11010

Color Harmonies of #832800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #832800

Black with #832800

Text Example


Text Example

White with #832800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #832800; }

 p { color: rgb(131,40,0); }

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

background-color css

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

 a { background-color: rgb(131,40,0); }

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

border-color css

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

 span { border-color: rgb(131,40,0); }

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