Html Css Color HEX #4C3225 Indian Tan

📋 copy color: '#4C3225'

red 76 ◦ green 50 ◦ blue 37

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

Shades of Indian Tan #4C3225

Tints of Indian Tan #4C3225

RGB

 RED value IS 76 (30.08% from 255) = 46.63%

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

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

R = 46.63%
G = 30.67%
B = 22.7%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.51

 K value IS 0.70

RGB Variations

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

Color information

#4C3225 (or 0x4C3225) is known color: Indian Tan. HEX triplet: 4C, 32 and 25. RGB value is (76,50,37). Sum of RGB (Red+Green+Blue) = 76+50+37=163 (21% of max value = 765). Red value is 76 (30.08% from 255 or 46.63% from 163); Green value is 50 (19.92% from 255 or 30.67% from 163); Blue value is 37 (14.84% from 255 or 22.70% from 163); Max value from RGB is 76 - color contains mainly: red. Hex color #4C3225 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C3225 is #B3CDDA. Grayscale: #383838. Windows color (decimal): -11783643 or 2437708. OLE color: 2437708.

HSL color Cylindrical-coordinate representation of color #4C3225: hue angle of 20º degrees, saturation: 0.35, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #4C3225 is Cyan = 0, Magento = 0.34, Yellow = 0.51 and Black (K on CMYK) = 0.70.

Color convert

RGB 76 50 37 -
CMYK 0 0.34 0.51 0.70
HSL 20º 0.35% 0.22% -
HSV(B) 20º 0.51% 0.3% -
XYZ 4.46 3.95 2.28 -
YUV 56.29 117.11 142.06 -
System Red Green Blue C M Y K H S L
Decimal 76 50 37 0 0.34 0.51 0.70 20 0.35 0.22
Hex 4C 32 25 0 22 33 46 14 23 16
Octal 114 62 45 0 42 63 106 24 43 26
Binary 1001100 110010 100101 0 100010 110011 1000110 10100 100011 10110

Color Harmonies of #4C3225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C3225

Black with #4C3225

Text Example


Text Example

White with #4C3225

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4C3225; }

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

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

background-color css

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

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

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

border-color css

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

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

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