Html Css Color HEX #4B321F Indian Tan

📋 copy color: '#4B321F'

red 75 ◦ green 50 ◦ blue 31

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

Shades of Indian Tan #4B321F

Tints of Indian Tan #4B321F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 19.87%

R = 48.08%
G = 32.05%
B = 19.87%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.59

 K value IS 0.71

RGB Variations

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

Color information

#4B321F (or 0x4B321F) is known color: Indian Tan. HEX triplet: 4B, 32 and 1F. RGB value is (75,50,31). Sum of RGB (Red+Green+Blue) = 75+50+31=156 (20% of max value = 765). Red value is 75 (29.69% from 255 or 48.08% from 156); Green value is 50 (19.92% from 255 or 32.05% from 156); Blue value is 31 (12.5% from 255 or 19.87% from 156); Max value from RGB is 75 - color contains mainly: red. Hex color #4B321F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B321F is #B4CDE0. Grayscale: #373737. Windows color (decimal): -11849185 or 2044491. OLE color: 2044491.

HSL color Cylindrical-coordinate representation of color #4B321F: hue angle of 25.91º degrees, saturation: 0.42, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4B321F is Cyan = 0, Magento = 0.33, Yellow = 0.59 and Black (K on CMYK) = 0.71.

Color convert

RGB 75 50 31 -
CMYK 0 0.33 0.59 0.71
HSL 25.91º 0.42% 0.21% -
HSV(B) 25.91º 0.59% 0.29% -
XYZ 4.29 3.88 1.82 -
YUV 55.31 114.28 142.04 -
System Red Green Blue C M Y K H S L
Decimal 75 50 31 0 0.33 0.59 0.71 25.91 0.42 0.21
Hex 4B 32 1F 0 21 3B 47 1A 2A 15
Octal 113 62 37 0 41 73 107 32 52 25
Binary 1001011 110010 11111 0 100001 111011 1000111 11010 101010 10101

Color Harmonies of #4B321F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B321F

Black with #4B321F

Text Example


Text Example

White with #4B321F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,50,31); }

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

background-color css

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

 a { background-color: rgb(75,50,31); }

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

border-color css

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

 span { border-color: rgb(75,50,31); }

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