Html Css Color HEX #83440E Saddle Brown

📋 copy color: '#83440E'

red 131 ◦ green 68 ◦ blue 14

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

Shades of Saddle Brown #83440E

Tints of Saddle Brown #83440E

RGB

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

 GREEN value IS 68 (26.95% from 255) = 31.92%

 BLUE value IS 14 (5.86% from 255) = 6.57%

R = 61.5%
G = 31.92%
B = 6.57%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.89

 K value IS 0.49

RGB Variations

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

Color information

#83440E (or 0x83440E) is known color: Saddle Brown. HEX triplet: 83, 44 and 0E. RGB value is (131,68,14). Sum of RGB (Red+Green+Blue) = 131+68+14=213 (28% of max value = 765). Red value is 131 (51.56% from 255 or 61.50% from 213); Green value is 68 (26.95% from 255 or 31.92% from 213); Blue value is 14 (5.86% from 255 or 6.57% from 213); Max value from RGB is 131 - color contains mainly: red. Hex color #83440E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #83440E is #7CBBF1. Grayscale: #505050. Windows color (decimal): -8174578 or 935043. OLE color: 935043.

HSL color Cylindrical-coordinate representation of color #83440E: hue angle of 27.69º degrees, saturation: 0.81, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #83440E is Cyan = 0, Magento = 0.48, Yellow = 0.89 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 68 14 -
CMYK 0 0.48 0.89 0.49
HSL 27.69º 0.81% 0.28% -
HSV(B) 27.69º 0.89% 0.51% -
XYZ 11.51 8.99 1.54 -
YUV 80.68 90.37 163.89 -
System Red Green Blue C M Y K H S L
Decimal 131 68 14 0 0.48 0.89 0.49 27.69 0.81 0.28
Hex 83 44 E 0 30 59 31 1C 51 1C
Octal 203 104 16 0 60 131 61 34 121 34
Binary 10000011 1000100 1110 0 110000 1011001 110001 11100 1010001 11100

Color Harmonies of #83440E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83440E

Black with #83440E

Text Example


Text Example

White with #83440E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #83440E; }

 p { color: rgb(131,68,14); }

 H1.HeaderClassName
 {
   color: #83440E;
 }
 .AnyTagClassName
 {
   color: #83440E;
 }
</style>

background-color css

<style>
 a { background-color: #83440E; }

 a { background-color: rgb(131,68,14); }

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

border-color css

<style>
 span { border-color: #83440E; }

 span { border-color: rgb(131,68,14); }

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