Html Css Color HEX #53301E Indian Tan

📋 copy color: '#53301E'

red 83 ◦ green 48 ◦ blue 30

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

Shades of Indian Tan #53301E

Tints of Indian Tan #53301E

RGB

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

 GREEN value IS 48 (19.14% from 255) = 29.81%

 BLUE value IS 30 (12.11% from 255) = 18.63%

R = 51.55%
G = 29.81%
B = 18.63%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.64

 K value IS 0.67

RGB Variations

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

Color information

#53301E (or 0x53301E) is known color: Indian Tan. HEX triplet: 53, 30 and 1E. RGB value is (83,48,30). Sum of RGB (Red+Green+Blue) = 83+48+30=161 (21% of max value = 765). Red value is 83 (32.81% from 255 or 51.55% from 161); Green value is 48 (19.14% from 255 or 29.81% from 161); Blue value is 30 (12.11% from 255 or 18.63% from 161); Max value from RGB is 83 - color contains mainly: red. Hex color #53301E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53301E is #ACCFE1. Grayscale: #383838. Windows color (decimal): -11325410 or 1978451. OLE color: 1978451.

HSL color Cylindrical-coordinate representation of color #53301E: hue angle of 20.38º degrees, saturation: 0.47, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #53301E is Cyan = 0, Magento = 0.42, Yellow = 0.64 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 48 30 -
CMYK 0 0.42 0.64 0.67
HSL 20.38º 0.47% 0.22% -
HSV(B) 20.38º 0.64% 0.33% -
XYZ 4.86 4.05 1.75 -
YUV 56.41 113.1 146.96 -
System Red Green Blue C M Y K H S L
Decimal 83 48 30 0 0.42 0.64 0.67 20.38 0.47 0.22
Hex 53 30 1E 0 2A 40 43 14 2F 16
Octal 123 60 36 0 52 100 103 24 57 26
Binary 1010011 110000 11110 0 101010 1000000 1000011 10100 101111 10110

Color Harmonies of #53301E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53301E

Black with #53301E

Text Example


Text Example

White with #53301E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,48,30); }

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

background-color css

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

 a { background-color: rgb(83,48,30); }

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

border-color css

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

 span { border-color: rgb(83,48,30); }

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