Html Css Color HEX #833B10 Saddle Brown

📋 copy color: '#833B10'

red 131 ◦ green 59 ◦ blue 16

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

Shades of Saddle Brown #833B10

Tints of Saddle Brown #833B10

RGB

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

 GREEN value IS 59 (23.44% from 255) = 28.64%

 BLUE value IS 16 (6.64% from 255) = 7.77%

R = 63.59%
G = 28.64%
B = 7.77%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.88

 K value IS 0.49

RGB Variations

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

Color information

#833B10 (or 0x833B10) is known color: Saddle Brown. HEX triplet: 83, 3B and 10. RGB value is (131,59,16). Sum of RGB (Red+Green+Blue) = 131+59+16=206 (27% of max value = 765). Red value is 131 (51.56% from 255 or 63.59% from 206); Green value is 59 (23.44% from 255 or 28.64% from 206); Blue value is 16 (6.64% from 255 or 7.77% from 206); Max value from RGB is 131 - color contains mainly: red. Hex color #833B10 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #833B10 is #7CC4EF. Grayscale: #4B4B4B. Windows color (decimal): -8176880 or 1063811. OLE color: 1063811.

HSL color Cylindrical-coordinate representation of color #833B10: hue angle of 22.43º degrees, saturation: 0.78, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #833B10 is Cyan = 0, Magento = 0.55, Yellow = 0.88 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 59 16 -
CMYK 0 0.55 0.88 0.49
HSL 22.43º 0.78% 0.29% -
HSV(B) 22.43º 0.88% 0.51% -
XYZ 11.02 7.99 1.45 -
YUV 75.63 94.35 167.5 -
System Red Green Blue C M Y K H S L
Decimal 131 59 16 0 0.55 0.88 0.49 22.43 0.78 0.29
Hex 83 3B 10 0 37 58 31 16 4E 1D
Octal 203 73 20 0 67 130 61 26 116 35
Binary 10000011 111011 10000 0 110111 1011000 110001 10110 1001110 11101

Color Harmonies of #833B10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #833B10

Black with #833B10

Text Example


Text Example

White with #833B10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #833B10; }

 p { color: rgb(131,59,16); }

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

background-color css

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

 a { background-color: rgb(131,59,16); }

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

border-color css

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

 span { border-color: rgb(131,59,16); }

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