Html Css Color HEX #533225 Indian Tan

📋 copy color: '#533225'

red 83 ◦ green 50 ◦ blue 37

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

Shades of Indian Tan #533225

Tints of Indian Tan #533225

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 21.76%

R = 48.82%
G = 29.41%
B = 21.76%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.55

 K value IS 0.67

RGB Variations

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

Color information

#533225 (or 0x533225) is known color: Indian Tan. HEX triplet: 53, 32 and 25. RGB value is (83,50,37). Sum of RGB (Red+Green+Blue) = 83+50+37=170 (22% of max value = 765). Red value is 83 (32.81% from 255 or 48.82% from 170); Green value is 50 (19.92% from 255 or 29.41% from 170); Blue value is 37 (14.84% from 255 or 21.76% from 170); Max value from RGB is 83 - color contains mainly: red. Hex color #533225 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #533225 is #ACCDDA. Grayscale: #3A3A3A. Windows color (decimal): -11324891 or 2437715. OLE color: 2437715.

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

Color convert

RGB 83 50 37 -
CMYK 0 0.40 0.55 0.67
HSL 16.96º 0.38% 0.24% -
HSV(B) 16.96º 0.55% 0.33% -
XYZ 5.04 4.25 2.31 -
YUV 58.39 115.93 145.56 -
System Red Green Blue C M Y K H S L
Decimal 83 50 37 0 0.40 0.55 0.67 16.96 0.38 0.24
Hex 53 32 25 0 28 37 43 11 26 18
Octal 123 62 45 0 50 67 103 21 46 30
Binary 1010011 110010 100101 0 101000 110111 1000011 10001 100110 11000

Color Harmonies of #533225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #533225

Black with #533225

Text Example


Text Example

White with #533225

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #533225; }

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

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

background-color css

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

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

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

border-color css

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

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

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