Html Css Color HEX #53220F Indian Tan

📋 copy color: '#53220F'

red 83 ◦ green 34 ◦ blue 15

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

Shades of Indian Tan #53220F

Tints of Indian Tan #53220F

RGB

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

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

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

R = 62.88%
G = 25.76%
B = 11.36%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.82

 K value IS 0.67

RGB Variations

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

Color information

#53220F (or 0x53220F) is known color: Indian Tan. HEX triplet: 53, 22 and 0F. RGB value is (83,34,15). Sum of RGB (Red+Green+Blue) = 83+34+15=132 (17% of max value = 765). Red value is 83 (32.81% from 255 or 62.88% from 132); Green value is 34 (13.67% from 255 or 25.76% from 132); Blue value is 15 (6.25% from 255 or 11.36% from 132); Max value from RGB is 83 - color contains mainly: red. Hex color #53220F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #53220F is #ACDDF0. Grayscale: #2E2E2E. Windows color (decimal): -11329009 or 991827. OLE color: 991827.

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

Color convert

RGB 83 34 15 -
CMYK 0 0.59 0.82 0.67
HSL 16.76º 0.69% 0.19% -
HSV(B) 16.76º 0.82% 0.33% -
XYZ 4.23 3.02 0.81 -
YUV 46.49 110.23 154.04 -
System Red Green Blue C M Y K H S L
Decimal 83 34 15 0 0.59 0.82 0.67 16.76 0.69 0.19
Hex 53 22 F 0 3B 52 43 11 45 13
Octal 123 42 17 0 73 122 103 21 105 23
Binary 1010011 100010 1111 0 111011 1010010 1000011 10001 1000101 10011

Color Harmonies of #53220F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53220F

Black with #53220F

Text Example


Text Example

White with #53220F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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