Html Css Color HEX #833100 Saddle Brown

📋 copy color: '#833100'

red 131 ◦ green 49 ◦ blue 0

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

Shades of Saddle Brown #833100

Tints of Saddle Brown #833100

RGB

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

 GREEN value IS 49 (19.53% from 255) = 27.22%

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

R = 72.78%
G = 27.22%
B = 0%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 1

 K value IS 0.49

RGB Variations

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

Color information

#833100 (or 0x833100) is known color: Saddle Brown. HEX triplet: 83, 31 and 00. RGB value is (131,49,0). Sum of RGB (Red+Green+Blue) = 131+49+0=180 (23% of max value = 765). Red value is 131 (51.56% from 255 or 72.78% from 180); Green value is 49 (19.53% from 255 or 27.22% from 180); Blue value is 0 (0.39% from 255 or 0% from 180); Max value from RGB is 131 - color contains mainly: red. Hex color #833100 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #833100 is #7CCEFF. Grayscale: #444444. Windows color (decimal): -8179456 or 12675. OLE color: 12675.

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

Color convert

RGB 131 49 0 -
CMYK 0 0.63 1 0.49
HSL 22.44º 1% 0.26% -
HSV(B) 22.44º 1% 0.51% -
XYZ 10.46 7.02 0.8 -
YUV 67.93 89.67 172.98 -
System Red Green Blue C M Y K H S L
Decimal 131 49 0 0 0.63 1 0.49 22.44 1 0.26
Hex 83 31 0 0 3F 64 31 16 64 1A
Octal 203 61 0 0 77 144 61 26 144 32
Binary 10000011 110001 0 0 111111 1100100 110001 10110 1100100 11010

Color Harmonies of #833100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #833100

Black with #833100

Text Example


Text Example

White with #833100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #833100; }

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

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

background-color css

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

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

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

border-color css

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

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

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