Html Css Color HEX #4B2C13 Indian Tan

📋 copy color: '#4B2C13'

red 75 ◦ green 44 ◦ blue 19

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

Shades of Indian Tan #4B2C13

Tints of Indian Tan #4B2C13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 13.77%

R = 54.35%
G = 31.88%
B = 13.77%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.75

 K value IS 0.71

RGB Variations

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

Color information

#4B2C13 (or 0x4B2C13) is known color: Indian Tan. HEX triplet: 4B, 2C and 13. RGB value is (75,44,19). Sum of RGB (Red+Green+Blue) = 75+44+19=138 (18% of max value = 765). Red value is 75 (29.69% from 255 or 54.35% from 138); Green value is 44 (17.58% from 255 or 31.88% from 138); Blue value is 19 (7.81% from 255 or 13.77% from 138); Max value from RGB is 75 - color contains mainly: red. Hex color #4B2C13 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4B2C13 is #B4D3EC. Grayscale: #323232. Windows color (decimal): -11850733 or 1256523. OLE color: 1256523.

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

Color convert

RGB 75 44 19 -
CMYK 0 0.41 0.75 0.71
HSL 26.79º 0.6% 0.18% -
HSV(B) 26.79º 0.75% 0.29% -
XYZ 3.92 3.34 1.05 -
YUV 50.42 110.27 145.53 -
System Red Green Blue C M Y K H S L
Decimal 75 44 19 0 0.41 0.75 0.71 26.79 0.6 0.18
Hex 4B 2C 13 0 29 4B 47 1B 3C 12
Octal 113 54 23 0 51 113 107 33 74 22
Binary 1001011 101100 10011 0 101001 1001011 1000111 11011 111100 10010

Color Harmonies of #4B2C13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B2C13

Black with #4B2C13

Text Example


Text Example

White with #4B2C13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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