Html Css Color HEX #833200 Saddle Brown

📋 copy color: '#833200'

red 131 ◦ green 50 ◦ blue 0

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

Shades of Saddle Brown #833200

Tints of Saddle Brown #833200

RGB

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

 GREEN value IS 50 (19.92% from 255) = 27.62%

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

R = 72.38%
G = 27.62%
B = 0%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 1

 K value IS 0.49

RGB Variations

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

Color information

#833200 (or 0x833200) is known color: Saddle Brown. HEX triplet: 83, 32 and 00. RGB value is (131,50,0). Sum of RGB (Red+Green+Blue) = 131+50+0=181 (23% of max value = 765). Red value is 131 (51.56% from 255 or 72.38% from 181); Green value is 50 (19.92% from 255 or 27.62% from 181); Blue value is 0 (0.39% from 255 or 0% from 181); Max value from RGB is 131 - color contains mainly: red. Hex color #833200 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #833200 is #7CCDFF. Grayscale: #444444. Windows color (decimal): -8179200 or 12931. OLE color: 12931.

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

Color convert

RGB 131 50 0 -
CMYK 0 0.62 1 0.49
HSL 22.9º 1% 0.26% -
HSV(B) 22.9º 1% 0.51% -
XYZ 10.5 7.11 0.82 -
YUV 68.52 89.34 172.57 -
System Red Green Blue C M Y K H S L
Decimal 131 50 0 0 0.62 1 0.49 22.9 1 0.26
Hex 83 32 0 0 3E 64 31 17 64 1A
Octal 203 62 0 0 76 144 61 27 144 32
Binary 10000011 110010 0 0 111110 1100100 110001 10111 1100100 11010

Color Harmonies of #833200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #833200

Black with #833200

Text Example


Text Example

White with #833200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #833200; }

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

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

background-color css

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

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

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

border-color css

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

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

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