Html Css Color HEX #83320F Saddle Brown

📋 copy color: '#83320F'

red 131 ◦ green 50 ◦ blue 15

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

Shades of Saddle Brown #83320F

Tints of Saddle Brown #83320F

RGB

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

 GREEN value IS 50 (19.92% from 255) = 25.51%

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

R = 66.84%
G = 25.51%
B = 7.65%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.89

 K value IS 0.49

RGB Variations

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

Color information

#83320F (or 0x83320F) is known color: Saddle Brown. HEX triplet: 83, 32 and 0F. RGB value is (131,50,15). Sum of RGB (Red+Green+Blue) = 131+50+15=196 (25% of max value = 765). Red value is 131 (51.56% from 255 or 66.84% from 196); Green value is 50 (19.92% from 255 or 25.51% from 196); Blue value is 15 (6.25% from 255 or 7.65% from 196); Max value from RGB is 131 - color contains mainly: red. Hex color #83320F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #83320F is #7CCDF0. Grayscale: #464646. Windows color (decimal): -8179185 or 995971. OLE color: 995971.

HSL color Cylindrical-coordinate representation of color #83320F: hue angle of 18.1º 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 #83320F is Cyan = 0, Magento = 0.62, Yellow = 0.89 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 50 15 -
CMYK 0 0.62 0.89 0.49
HSL 18.1º 0.79% 0.29% -
HSV(B) 18.1º 0.89% 0.51% -
XYZ 10.59 7.14 1.27 -
YUV 70.23 96.84 171.35 -
System Red Green Blue C M Y K H S L
Decimal 131 50 15 0 0.62 0.89 0.49 18.1 0.79 0.29
Hex 83 32 F 0 3E 59 31 12 4F 1D
Octal 203 62 17 0 76 131 61 22 117 35
Binary 10000011 110010 1111 0 111110 1011001 110001 10010 1001111 11101

Color Harmonies of #83320F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83320F

Black with #83320F

Text Example


Text Example

White with #83320F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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