Html Css Color HEX #4B3127 Indian Tan

📋 copy color: '#4B3127'

red 75 ◦ green 49 ◦ blue 39

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

Shades of Indian Tan #4B3127

Tints of Indian Tan #4B3127

RGB

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

 GREEN value IS 49 (19.53% from 255) = 30.06%

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

R = 46.01%
G = 30.06%
B = 23.93%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.48

 K value IS 0.71

RGB Variations

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

Color information

#4B3127 (or 0x4B3127) is known color: Indian Tan. HEX triplet: 4B, 31 and 27. RGB value is (75,49,39). Sum of RGB (Red+Green+Blue) = 75+49+39=163 (21% of max value = 765). Red value is 75 (29.69% from 255 or 46.01% from 163); Green value is 49 (19.53% from 255 or 30.06% from 163); Blue value is 39 (15.62% from 255 or 23.93% from 163); Max value from RGB is 75 - color contains mainly: red. Hex color #4B3127 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B3127 is #B4CED8. Grayscale: #373737. Windows color (decimal): -11849433 or 2568523. OLE color: 2568523.

HSL color Cylindrical-coordinate representation of color #4B3127: hue angle of 16.67º degrees, saturation: 0.32, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #4B3127 is Cyan = 0, Magento = 0.35, Yellow = 0.48 and Black (K on CMYK) = 0.71.

Color convert

RGB 75 49 39 -
CMYK 0 0.35 0.48 0.71
HSL 16.67º 0.32% 0.22% -
HSV(B) 16.67º 0.48% 0.29% -
XYZ 4.37 3.84 2.43 -
YUV 55.63 118.61 141.81 -
System Red Green Blue C M Y K H S L
Decimal 75 49 39 0 0.35 0.48 0.71 16.67 0.32 0.22
Hex 4B 31 27 0 23 30 47 11 20 16
Octal 113 61 47 0 43 60 107 21 40 26
Binary 1001011 110001 100111 0 100011 110000 1000111 10001 100000 10110

Color Harmonies of #4B3127

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B3127

Black with #4B3127

Text Example


Text Example

White with #4B3127

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,49,39); }

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

background-color css

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

 a { background-color: rgb(75,49,39); }

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

border-color css

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

 span { border-color: rgb(75,49,39); }

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