Html Css Color HEX #833300 Saddle Brown

📋 copy color: '#833300'

red 131 ◦ green 51 ◦ blue 0

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

Shades of Saddle Brown #833300

Tints of Saddle Brown #833300

RGB

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

 GREEN value IS 51 (20.31% from 255) = 28.02%

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

R = 71.98%
G = 28.02%
B = 0%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 1

 K value IS 0.49

RGB Variations

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

Color information

#833300 (or 0x833300) is known color: Saddle Brown. HEX triplet: 83, 33 and 00. RGB value is (131,51,0). Sum of RGB (Red+Green+Blue) = 131+51+0=182 (24% of max value = 765). Red value is 131 (51.56% from 255 or 71.98% from 182); Green value is 51 (20.31% from 255 or 28.02% from 182); Blue value is 0 (0.39% from 255 or 0% from 182); Max value from RGB is 131 - color contains mainly: red. Hex color #833300 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #833300 is #7CCCFF. Grayscale: #454545. Windows color (decimal): -8178944 or 13187. OLE color: 13187.

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

Color convert

RGB 131 51 0 -
CMYK 0 0.61 1 0.49
HSL 23.36º 1% 0.26% -
HSV(B) 23.36º 1% 0.51% -
XYZ 10.54 7.19 0.83 -
YUV 69.11 89 172.15 -
System Red Green Blue C M Y K H S L
Decimal 131 51 0 0 0.61 1 0.49 23.36 1 0.26
Hex 83 33 0 0 3D 64 31 17 64 1A
Octal 203 63 0 0 75 144 61 27 144 32
Binary 10000011 110011 0 0 111101 1100100 110001 10111 1100100 11010

Color Harmonies of #833300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #833300

Black with #833300

Text Example


Text Example

White with #833300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #833300; }

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

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

background-color css

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

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

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

border-color css

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

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

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