Html Css Color HEX #83390F Saddle Brown

📋 copy color: '#83390F'

red 131 ◦ green 57 ◦ blue 15

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

Shades of Saddle Brown #83390F

Tints of Saddle Brown #83390F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 7.39%

R = 64.53%
G = 28.08%
B = 7.39%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.89

 K value IS 0.49

RGB Variations

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

Color information

#83390F (or 0x83390F) is known color: Saddle Brown. HEX triplet: 83, 39 and 0F. RGB value is (131,57,15). Sum of RGB (Red+Green+Blue) = 131+57+15=203 (26% of max value = 765). Red value is 131 (51.56% from 255 or 64.53% from 203); Green value is 57 (22.66% from 255 or 28.08% from 203); Blue value is 15 (6.25% from 255 or 7.39% from 203); Max value from RGB is 131 - color contains mainly: red. Hex color #83390F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #83390F is #7CC6F0. Grayscale: #4A4A4A. Windows color (decimal): -8177393 or 997763. OLE color: 997763.

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

Color convert

RGB 131 57 15 -
CMYK 0 0.56 0.89 0.49
HSL 21.72º 0.79% 0.29% -
HSV(B) 21.72º 0.89% 0.51% -
XYZ 10.91 7.79 1.38 -
YUV 74.34 94.52 168.42 -
System Red Green Blue C M Y K H S L
Decimal 131 57 15 0 0.56 0.89 0.49 21.72 0.79 0.29
Hex 83 39 F 0 38 59 31 16 4F 1D
Octal 203 71 17 0 70 131 61 26 117 35
Binary 10000011 111001 1111 0 111000 1011001 110001 10110 1001111 11101

Color Harmonies of #83390F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83390F

Black with #83390F

Text Example


Text Example

White with #83390F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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