Html Css Color HEX #532B1E Indian Tan

📋 copy color: '#532B1E'

red 83 ◦ green 43 ◦ blue 30

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

Shades of Indian Tan #532B1E

Tints of Indian Tan #532B1E

RGB

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

 GREEN value IS 43 (17.19% from 255) = 27.56%

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

R = 53.21%
G = 27.56%
B = 19.23%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.64

 K value IS 0.67

RGB Variations

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

Color information

#532B1E (or 0x532B1E) is known color: Indian Tan. HEX triplet: 53, 2B and 1E. RGB value is (83,43,30). Sum of RGB (Red+Green+Blue) = 83+43+30=156 (20% of max value = 765). Red value is 83 (32.81% from 255 or 53.21% from 156); Green value is 43 (17.19% from 255 or 27.56% from 156); Blue value is 30 (12.11% from 255 or 19.23% from 156); Max value from RGB is 83 - color contains mainly: red. Hex color #532B1E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #532B1E is #ACD4E1. Grayscale: #353535. Windows color (decimal): -11326690 or 1977171. OLE color: 1977171.

HSL color Cylindrical-coordinate representation of color #532B1E: hue angle of 14.72º 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 #532B1E is Cyan = 0, Magento = 0.48, Yellow = 0.64 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 43 30 -
CMYK 0 0.48 0.64 0.67
HSL 14.72º 0.47% 0.22% -
HSV(B) 14.72º 0.64% 0.33% -
XYZ 4.67 3.66 1.69 -
YUV 53.48 114.75 149.06 -
System Red Green Blue C M Y K H S L
Decimal 83 43 30 0 0.48 0.64 0.67 14.72 0.47 0.22
Hex 53 2B 1E 0 30 40 43 F 2F 16
Octal 123 53 36 0 60 100 103 17 57 26
Binary 1010011 101011 11110 0 110000 1000000 1000011 1111 101111 10110

Color Harmonies of #532B1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #532B1E

Black with #532B1E

Text Example


Text Example

White with #532B1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #532B1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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