Html Css Color HEX #4B2C15 Indian Tan

📋 copy color: '#4B2C15'

red 75 ◦ green 44 ◦ blue 21

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

Shades of Indian Tan #4B2C15

Tints of Indian Tan #4B2C15

RGB

 RED value IS 75 (29.69% from 255) = 53.57%

 GREEN value IS 44 (17.58% from 255) = 31.43%

 BLUE value IS 21 (8.59% from 255) = 15%

R = 53.57%
G = 31.43%
B = 15%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.72

 K value IS 0.71

RGB Variations

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

Color information

#4B2C15 (or 0x4B2C15) is known color: Indian Tan. HEX triplet: 4B, 2C and 15. RGB value is (75,44,21). Sum of RGB (Red+Green+Blue) = 75+44+21=140 (18% of max value = 765). Red value is 75 (29.69% from 255 or 53.57% from 140); Green value is 44 (17.58% from 255 or 31.43% from 140); Blue value is 21 (8.59% from 255 or 15% from 140); Max value from RGB is 75 - color contains mainly: red. Hex color #4B2C15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4B2C15 is #B4D3EA. Grayscale: #323232. Windows color (decimal): -11850731 or 1387595. OLE color: 1387595.

HSL color Cylindrical-coordinate representation of color #4B2C15: hue angle of 25.56º degrees, saturation: 0.56, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4B2C15 is Cyan = 0, Magento = 0.41, Yellow = 0.72 and Black (K on CMYK) = 0.71.

Color convert

RGB 75 44 21 -
CMYK 0 0.41 0.72 0.71
HSL 25.56º 0.56% 0.19% -
HSV(B) 25.56º 0.72% 0.29% -
XYZ 3.94 3.35 1.15 -
YUV 50.65 111.27 145.37 -
System Red Green Blue C M Y K H S L
Decimal 75 44 21 0 0.41 0.72 0.71 25.56 0.56 0.19
Hex 4B 2C 15 0 29 48 47 1A 38 13
Octal 113 54 25 0 51 110 107 32 70 23
Binary 1001011 101100 10101 0 101001 1001000 1000111 11010 111000 10011

Color Harmonies of #4B2C15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B2C15

Black with #4B2C15

Text Example


Text Example

White with #4B2C15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,44,21); }

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

background-color css

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

 a { background-color: rgb(75,44,21); }

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

border-color css

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

 span { border-color: rgb(75,44,21); }

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