Html Css Color HEX #833A0D Saddle Brown

📋 copy color: '#833A0D'

red 131 ◦ green 58 ◦ blue 13

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

Shades of Saddle Brown #833A0D

Tints of Saddle Brown #833A0D

RGB

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

 GREEN value IS 58 (23.05% from 255) = 28.71%

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

R = 64.85%
G = 28.71%
B = 6.44%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.90

 K value IS 0.49

RGB Variations

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

Color information

#833A0D (or 0x833A0D) is known color: Saddle Brown. HEX triplet: 83, 3A and 0D. RGB value is (131,58,13). Sum of RGB (Red+Green+Blue) = 131+58+13=202 (26% of max value = 765). Red value is 131 (51.56% from 255 or 64.85% from 202); Green value is 58 (23.05% from 255 or 28.71% from 202); Blue value is 13 (5.47% from 255 or 6.44% from 202); Max value from RGB is 131 - color contains mainly: red. Hex color #833A0D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #833A0D is #7CC5F2. Grayscale: #4A4A4A. Windows color (decimal): -8177139 or 866947. OLE color: 866947.

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

Color convert

RGB 131 58 13 -
CMYK 0 0.56 0.90 0.49
HSL 22.88º 0.82% 0.28% -
HSV(B) 22.88º 0.9% 0.51% -
XYZ 10.95 7.88 1.32 -
YUV 74.7 93.18 168.16 -
System Red Green Blue C M Y K H S L
Decimal 131 58 13 0 0.56 0.90 0.49 22.88 0.82 0.28
Hex 83 3A D 0 38 5A 31 17 52 1C
Octal 203 72 15 0 70 132 61 27 122 34
Binary 10000011 111010 1101 0 111000 1011010 110001 10111 1010010 11100

Color Harmonies of #833A0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #833A0D

Black with #833A0D

Text Example


Text Example

White with #833A0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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