Html Css Color HEX #533227 Indian Tan

📋 copy color: '#533227'

red 83 ◦ green 50 ◦ blue 39

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

Shades of Indian Tan #533227

Tints of Indian Tan #533227

RGB

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

 GREEN value IS 50 (19.92% from 255) = 29.07%

 BLUE value IS 39 (15.63% from 255) = 22.67%

R = 48.26%
G = 29.07%
B = 22.67%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.53

 K value IS 0.67

RGB Variations

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

Color information

#533227 (or 0x533227) is known color: Indian Tan. HEX triplet: 53, 32 and 27. RGB value is (83,50,39). Sum of RGB (Red+Green+Blue) = 83+50+39=172 (22% of max value = 765). Red value is 83 (32.81% from 255 or 48.26% from 172); Green value is 50 (19.92% from 255 or 29.07% from 172); Blue value is 39 (15.62% from 255 or 22.67% from 172); Max value from RGB is 83 - color contains mainly: red. Hex color #533227 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #533227 is #ACCDD8. Grayscale: #3A3A3A. Windows color (decimal): -11324889 or 2568787. OLE color: 2568787.

HSL color Cylindrical-coordinate representation of color #533227: hue angle of 15º degrees, saturation: 0.36, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #533227 is Cyan = 0, Magento = 0.40, Yellow = 0.53 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 50 39 -
CMYK 0 0.40 0.53 0.67
HSL 15º 0.36% 0.24% -
HSV(B) 15º 0.53% 0.33% -
XYZ 5.07 4.27 2.48 -
YUV 58.61 116.93 145.39 -
System Red Green Blue C M Y K H S L
Decimal 83 50 39 0 0.40 0.53 0.67 15 0.36 0.24
Hex 53 32 27 0 28 35 43 F 24 18
Octal 123 62 47 0 50 65 103 17 44 30
Binary 1010011 110010 100111 0 101000 110101 1000011 1111 100100 11000

Color Harmonies of #533227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #533227

Black with #533227

Text Example


Text Example

White with #533227

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #533227; }

 p { color: rgb(83,50,39); }

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

background-color css

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

 a { background-color: rgb(83,50,39); }

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

border-color css

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

 span { border-color: rgb(83,50,39); }

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