Html Css Color HEX #53240F Indian Tan

📋 copy color: '#53240F'

red 83 ◦ green 36 ◦ blue 15

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

Shades of Indian Tan #53240F

Tints of Indian Tan #53240F

RGB

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

 GREEN value IS 36 (14.45% from 255) = 26.87%

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

R = 61.94%
G = 26.87%
B = 11.19%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.82

 K value IS 0.67

RGB Variations

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

Color information

#53240F (or 0x53240F) is known color: Indian Tan. HEX triplet: 53, 24 and 0F. RGB value is (83,36,15). Sum of RGB (Red+Green+Blue) = 83+36+15=134 (17% of max value = 765). Red value is 83 (32.81% from 255 or 61.94% from 134); Green value is 36 (14.45% from 255 or 26.87% from 134); Blue value is 15 (6.25% from 255 or 11.19% from 134); Max value from RGB is 83 - color contains mainly: red. Hex color #53240F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #53240F is #ACDBF0. Grayscale: #2F2F2F. Windows color (decimal): -11328497 or 992339. OLE color: 992339.

HSL color Cylindrical-coordinate representation of color #53240F: hue angle of 18.53º 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 #53240F is Cyan = 0, Magento = 0.57, Yellow = 0.82 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 36 15 -
CMYK 0 0.57 0.82 0.67
HSL 18.53º 0.69% 0.19% -
HSV(B) 18.53º 0.82% 0.33% -
XYZ 4.28 3.14 0.83 -
YUV 47.66 109.57 153.21 -
System Red Green Blue C M Y K H S L
Decimal 83 36 15 0 0.57 0.82 0.67 18.53 0.69 0.19
Hex 53 24 F 0 39 52 43 13 45 13
Octal 123 44 17 0 71 122 103 23 105 23
Binary 1010011 100100 1111 0 111001 1010010 1000011 10011 1000101 10011

Color Harmonies of #53240F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53240F

Black with #53240F

Text Example


Text Example

White with #53240F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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