Html Css Color HEX #53220E Indian Tan

📋 copy color: '#53220E'

red 83 ◦ green 34 ◦ blue 14

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

Shades of Indian Tan #53220E

Tints of Indian Tan #53220E

RGB

 RED value IS 83 (32.81% from 255) = 63.36%

 GREEN value IS 34 (13.67% from 255) = 25.95%

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

R = 63.36%
G = 25.95%
B = 10.69%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.83

 K value IS 0.67

RGB Variations

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

Color information

#53220E (or 0x53220E) is known color: Indian Tan. HEX triplet: 53, 22 and 0E. RGB value is (83,34,14). Sum of RGB (Red+Green+Blue) = 83+34+14=131 (17% of max value = 765). Red value is 83 (32.81% from 255 or 63.36% from 131); Green value is 34 (13.67% from 255 or 25.95% from 131); Blue value is 14 (5.86% from 255 or 10.69% from 131); Max value from RGB is 83 - color contains mainly: red. Hex color #53220E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #53220E is #ACDDF1. Grayscale: #2E2E2E. Windows color (decimal): -11329010 or 926291. OLE color: 926291.

HSL color Cylindrical-coordinate representation of color #53220E: hue angle of 17.39º degrees, saturation: 0.71, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #53220E is Cyan = 0, Magento = 0.59, Yellow = 0.83 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 34 14 -
CMYK 0 0.59 0.83 0.67
HSL 17.39º 0.71% 0.19% -
HSV(B) 17.39º 0.83% 0.33% -
XYZ 4.22 3.01 0.78 -
YUV 46.37 109.73 154.13 -
System Red Green Blue C M Y K H S L
Decimal 83 34 14 0 0.59 0.83 0.67 17.39 0.71 0.19
Hex 53 22 E 0 3B 53 43 11 47 13
Octal 123 42 16 0 73 123 103 21 107 23
Binary 1010011 100010 1110 0 111011 1010011 1000011 10001 1000111 10011

Color Harmonies of #53220E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53220E

Black with #53220E

Text Example


Text Example

White with #53220E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,34,14); }

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

background-color css

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

 a { background-color: rgb(83,34,14); }

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

border-color css

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

 span { border-color: rgb(83,34,14); }

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