Html Css Color HEX #53230F Indian Tan

📋 copy color: '#53230F'

red 83 ◦ green 35 ◦ blue 15

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

Shades of Indian Tan #53230F

Tints of Indian Tan #53230F

RGB

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

 GREEN value IS 35 (14.06% from 255) = 26.32%

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

R = 62.41%
G = 26.32%
B = 11.28%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.82

 K value IS 0.67

RGB Variations

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

Color information

#53230F (or 0x53230F) is known color: Indian Tan. HEX triplet: 53, 23 and 0F. RGB value is (83,35,15). Sum of RGB (Red+Green+Blue) = 83+35+15=133 (17% of max value = 765). Red value is 83 (32.81% from 255 or 62.41% from 133); Green value is 35 (14.06% from 255 or 26.32% from 133); Blue value is 15 (6.25% from 255 or 11.28% from 133); Max value from RGB is 83 - color contains mainly: red. Hex color #53230F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #53230F is #ACDCF0. Grayscale: #2F2F2F. Windows color (decimal): -11328753 or 992083. OLE color: 992083.

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

Color convert

RGB 83 35 15 -
CMYK 0 0.58 0.82 0.67
HSL 17.65º 0.69% 0.19% -
HSV(B) 17.65º 0.82% 0.33% -
XYZ 4.25 3.08 0.82 -
YUV 47.07 109.9 153.63 -
System Red Green Blue C M Y K H S L
Decimal 83 35 15 0 0.58 0.82 0.67 17.65 0.69 0.19
Hex 53 23 F 0 3A 52 43 12 45 13
Octal 123 43 17 0 72 122 103 22 105 23
Binary 1010011 100011 1111 0 111010 1010010 1000011 10010 1000101 10011

Color Harmonies of #53230F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53230F

Black with #53230F

Text Example


Text Example

White with #53230F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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