Html Css Color HEX #833B0D Saddle Brown

📋 copy color: '#833B0D'

red 131 ◦ green 59 ◦ blue 13

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

Shades of Saddle Brown #833B0D

Tints of Saddle Brown #833B0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 6.4%

R = 64.53%
G = 29.06%
B = 6.4%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.90

 K value IS 0.49

RGB Variations

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

Color information

#833B0D (or 0x833B0D) is known color: Saddle Brown. HEX triplet: 83, 3B and 0D. RGB value is (131,59,13). Sum of RGB (Red+Green+Blue) = 131+59+13=203 (26% of max value = 765). Red value is 131 (51.56% from 255 or 64.53% from 203); Green value is 59 (23.44% from 255 or 29.06% from 203); Blue value is 13 (5.47% from 255 or 6.40% from 203); Max value from RGB is 131 - color contains mainly: red. Hex color #833B0D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #833B0D is #7CC4F2. Grayscale: #4B4B4B. Windows color (decimal): -8176883 or 867203. OLE color: 867203.

HSL color Cylindrical-coordinate representation of color #833B0D: hue angle of 23.39º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #833B0D is Cyan = 0, Magento = 0.55, Yellow = 0.90 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 59 13 -
CMYK 0 0.55 0.90 0.49
HSL 23.39º 0.82% 0.28% -
HSV(B) 23.39º 0.9% 0.51% -
XYZ 11 7.98 1.34 -
YUV 75.28 92.85 167.74 -
System Red Green Blue C M Y K H S L
Decimal 131 59 13 0 0.55 0.90 0.49 23.39 0.82 0.28
Hex 83 3B D 0 37 5A 31 17 52 1C
Octal 203 73 15 0 67 132 61 27 122 34
Binary 10000011 111011 1101 0 110111 1011010 110001 10111 1010010 11100

Color Harmonies of #833B0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #833B0D

Black with #833B0D

Text Example


Text Example

White with #833B0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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