Html Css Color HEX #532613 Indian Tan

📋 copy color: '#532613'

red 83 ◦ green 38 ◦ blue 19

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

Shades of Indian Tan #532613

Tints of Indian Tan #532613

RGB

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

 GREEN value IS 38 (15.23% from 255) = 27.14%

 BLUE value IS 19 (7.81% from 255) = 13.57%

R = 59.29%
G = 27.14%
B = 13.57%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.77

 K value IS 0.67

RGB Variations

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

Color information

#532613 (or 0x532613) is known color: Indian Tan. HEX triplet: 53, 26 and 13. RGB value is (83,38,19). Sum of RGB (Red+Green+Blue) = 83+38+19=140 (18% of max value = 765). Red value is 83 (32.81% from 255 or 59.29% from 140); Green value is 38 (15.23% from 255 or 27.14% from 140); Blue value is 19 (7.81% from 255 or 13.57% from 140); Max value from RGB is 83 - color contains mainly: red. Hex color #532613 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #532613 is #ACD9EC. Grayscale: #313131. Windows color (decimal): -11327981 or 1254995. OLE color: 1254995.

HSL color Cylindrical-coordinate representation of color #532613: hue angle of 17.81º degrees, saturation: 0.63, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #532613 is Cyan = 0, Magento = 0.54, Yellow = 0.77 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 38 19 -
CMYK 0 0.54 0.77 0.67
HSL 17.81º 0.63% 0.2% -
HSV(B) 17.81º 0.77% 0.33% -
XYZ 4.38 3.27 1.02 -
YUV 49.29 110.91 152.04 -
System Red Green Blue C M Y K H S L
Decimal 83 38 19 0 0.54 0.77 0.67 17.81 0.63 0.2
Hex 53 26 13 0 36 4D 43 12 3F 14
Octal 123 46 23 0 66 115 103 22 77 24
Binary 1010011 100110 10011 0 110110 1001101 1000011 10010 111111 10100

Color Harmonies of #532613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #532613

Black with #532613

Text Example


Text Example

White with #532613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #532613; }

 p { color: rgb(83,38,19); }

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

background-color css

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

 a { background-color: rgb(83,38,19); }

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

border-color css

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

 span { border-color: rgb(83,38,19); }

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