Html Css Color HEX #83390B Saddle Brown

📋 copy color: '#83390B'

red 131 ◦ green 57 ◦ blue 11

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

Shades of Saddle Brown #83390B

Tints of Saddle Brown #83390B

RGB

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

 GREEN value IS 57 (22.66% from 255) = 28.64%

 BLUE value IS 11 (4.69% from 255) = 5.53%

R = 65.83%
G = 28.64%
B = 5.53%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.92

 K value IS 0.49

RGB Variations

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

Color information

#83390B (or 0x83390B) is known color: Saddle Brown. HEX triplet: 83, 39 and 0B. RGB value is (131,57,11). Sum of RGB (Red+Green+Blue) = 131+57+11=199 (26% of max value = 765). Red value is 131 (51.56% from 255 or 65.83% from 199); Green value is 57 (22.66% from 255 or 28.64% from 199); Blue value is 11 (4.69% from 255 or 5.53% from 199); Max value from RGB is 131 - color contains mainly: red. Hex color #83390B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #83390B is #7CC6F4. Grayscale: #4A4A4A. Windows color (decimal): -8177397 or 735619. OLE color: 735619.

HSL color Cylindrical-coordinate representation of color #83390B: hue angle of 23º degrees, saturation: 0.85, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #83390B is Cyan = 0, Magento = 0.56, Yellow = 0.92 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 57 11 -
CMYK 0 0.56 0.92 0.49
HSL 23º 0.85% 0.28% -
HSV(B) 23º 0.92% 0.51% -
XYZ 10.88 7.78 1.24 -
YUV 73.88 92.52 168.74 -
System Red Green Blue C M Y K H S L
Decimal 131 57 11 0 0.56 0.92 0.49 23 0.85 0.28
Hex 83 39 B 0 38 5C 31 17 55 1C
Octal 203 71 13 0 70 134 61 27 125 34
Binary 10000011 111001 1011 0 111000 1011100 110001 10111 1010101 11100

Color Harmonies of #83390B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83390B

Black with #83390B

Text Example


Text Example

White with #83390B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #83390B; }

 p { color: rgb(131,57,11); }

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

background-color css

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

 a { background-color: rgb(131,57,11); }

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

border-color css

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

 span { border-color: rgb(131,57,11); }

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