Html Css Color HEX #833D0D Saddle Brown

📋 copy color: '#833D0D'

red 131 ◦ green 61 ◦ blue 13

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

Shades of Saddle Brown #833D0D

Tints of Saddle Brown #833D0D

RGB

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

 GREEN value IS 61 (24.22% from 255) = 29.76%

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

R = 63.9%
G = 29.76%
B = 6.34%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.90

 K value IS 0.49

RGB Variations

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

Color information

#833D0D (or 0x833D0D) is known color: Saddle Brown. HEX triplet: 83, 3D and 0D. RGB value is (131,61,13). Sum of RGB (Red+Green+Blue) = 131+61+13=205 (27% of max value = 765). Red value is 131 (51.56% from 255 or 63.90% from 205); Green value is 61 (24.22% from 255 or 29.76% from 205); Blue value is 13 (5.47% from 255 or 6.34% from 205); Max value from RGB is 131 - color contains mainly: red. Hex color #833D0D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #833D0D is #7CC2F2. Grayscale: #4C4C4C. Windows color (decimal): -8176371 or 867715. OLE color: 867715.

HSL color Cylindrical-coordinate representation of color #833D0D: hue angle of 24.41º 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 #833D0D is Cyan = 0, Magento = 0.53, Yellow = 0.90 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 61 13 -
CMYK 0 0.53 0.90 0.49
HSL 24.41º 0.82% 0.28% -
HSV(B) 24.41º 0.9% 0.51% -
XYZ 11.1 8.19 1.38 -
YUV 76.46 92.19 166.9 -
System Red Green Blue C M Y K H S L
Decimal 131 61 13 0 0.53 0.90 0.49 24.41 0.82 0.28
Hex 83 3D D 0 35 5A 31 18 52 1C
Octal 203 75 15 0 65 132 61 30 122 34
Binary 10000011 111101 1101 0 110101 1011010 110001 11000 1010010 11100

Color Harmonies of #833D0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #833D0D

Black with #833D0D

Text Example


Text Example

White with #833D0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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