Html Css Color HEX #4B3328 Indian Tan

📋 copy color: '#4B3328'

red 75 ◦ green 51 ◦ blue 40

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

Shades of Indian Tan #4B3328

Tints of Indian Tan #4B3328

RGB

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

 GREEN value IS 51 (20.31% from 255) = 30.72%

 BLUE value IS 40 (16.02% from 255) = 24.1%

R = 45.18%
G = 30.72%
B = 24.1%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.47

 K value IS 0.71

RGB Variations

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

Color information

#4B3328 (or 0x4B3328) is known color: Indian Tan. HEX triplet: 4B, 33 and 28. RGB value is (75,51,40). Sum of RGB (Red+Green+Blue) = 75+51+40=166 (21% of max value = 765). Red value is 75 (29.69% from 255 or 45.18% from 166); Green value is 51 (20.31% from 255 or 30.72% from 166); Blue value is 40 (16.02% from 255 or 24.10% from 166); Max value from RGB is 75 - color contains mainly: red. Hex color #4B3328 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B3328 is #B4CCD7. Grayscale: #383838. Windows color (decimal): -11848920 or 2634571. OLE color: 2634571.

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

Color convert

RGB 75 51 40 -
CMYK 0 0.32 0.47 0.71
HSL 18.86º 0.3% 0.23% -
HSV(B) 18.86º 0.47% 0.29% -
XYZ 4.47 4.02 2.55 -
YUV 56.92 118.45 140.89 -
System Red Green Blue C M Y K H S L
Decimal 75 51 40 0 0.32 0.47 0.71 18.86 0.3 0.23
Hex 4B 33 28 0 20 2F 47 13 1E 17
Octal 113 63 50 0 40 57 107 23 36 27
Binary 1001011 110011 101000 0 100000 101111 1000111 10011 11110 10111

Color Harmonies of #4B3328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B3328

Black with #4B3328

Text Example


Text Example

White with #4B3328

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,51,40); }

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

background-color css

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

 a { background-color: rgb(75,51,40); }

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

border-color css

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

 span { border-color: rgb(75,51,40); }

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