Html Css Color HEX #4B4A31 Camouflage

📋 copy color: '#4B4A31'

red 75 ◦ green 74 ◦ blue 49

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

Shades of Camouflage #4B4A31

Tints of Camouflage #4B4A31

RGB

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

 GREEN value IS 74 (29.3% from 255) = 37.37%

 BLUE value IS 49 (19.53% from 255) = 24.75%

R = 37.88%
G = 37.37%
B = 24.75%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.35

 K value IS 0.71

RGB Variations

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

Color information

#4B4A31 (or 0x4B4A31) is known color: Camouflage. HEX triplet: 4B, 4A and 31. RGB value is (75,74,49). Sum of RGB (Red+Green+Blue) = 75+74+49=198 (26% of max value = 765). Red value is 75 (29.69% from 255 or 37.88% from 198); Green value is 74 (29.30% from 255 or 37.37% from 198); Blue value is 49 (19.53% from 255 or 24.75% from 198); Max value from RGB is 75 - color contains mainly: red. Hex color #4B4A31 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B4A31 is #B4B5CE. Grayscale: #474747. Windows color (decimal): -11843023 or 3230283. OLE color: 3230283.

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

Color convert

RGB 75 74 49 -
CMYK 0 0.01 0.35 0.71
HSL 57.69º 0.21% 0.24% -
HSV(B) 57.69º 0.35% 0.29% -
XYZ 5.9 6.62 3.87 -
YUV 71.45 115.33 130.53 -
System Red Green Blue C M Y K H S L
Decimal 75 74 49 0 0.01 0.35 0.71 57.69 0.21 0.24
Hex 4B 4A 31 0 1 23 47 3A 15 18
Octal 113 112 61 0 1 43 107 72 25 30
Binary 1001011 1001010 110001 0 1 100011 1000111 111010 10101 11000

Color Harmonies of #4B4A31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B4A31

Black with #4B4A31

Text Example


Text Example

White with #4B4A31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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