Html Css Color HEX #833500 Saddle Brown

📋 copy color: '#833500'

red 131 ◦ green 53 ◦ blue 0

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

Shades of Saddle Brown #833500

Tints of Saddle Brown #833500

RGB

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

 GREEN value IS 53 (21.09% from 255) = 28.8%

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

R = 71.2%
G = 28.8%
B = 0%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 1

 K value IS 0.49

RGB Variations

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

Color information

#833500 (or 0x833500) is known color: Saddle Brown. HEX triplet: 83, 35 and 00. RGB value is (131,53,0). Sum of RGB (Red+Green+Blue) = 131+53+0=184 (24% of max value = 765). Red value is 131 (51.56% from 255 or 71.20% from 184); Green value is 53 (21.09% from 255 or 28.80% from 184); Blue value is 0 (0.39% from 255 or 0% from 184); Max value from RGB is 131 - color contains mainly: red. Hex color #833500 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #833500 is #7CCAFF. Grayscale: #464646. Windows color (decimal): -8178432 or 13699. OLE color: 13699.

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

Color convert

RGB 131 53 0 -
CMYK 0 0.60 1 0.49
HSL 24.27º 1% 0.26% -
HSV(B) 24.27º 1% 0.51% -
XYZ 10.63 7.37 0.86 -
YUV 70.28 88.34 171.31 -
System Red Green Blue C M Y K H S L
Decimal 131 53 0 0 0.60 1 0.49 24.27 1 0.26
Hex 83 35 0 0 3C 64 31 18 64 1A
Octal 203 65 0 0 74 144 61 30 144 32
Binary 10000011 110101 0 0 111100 1100100 110001 11000 1100100 11010

Color Harmonies of #833500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #833500

Black with #833500

Text Example


Text Example

White with #833500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #833500; }

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

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

background-color css

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

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

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

border-color css

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

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

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