Html Css Color HEX #4B4B31 Waiouru

📋 copy color: '#4B4B31'

red 75 ◦ green 75 ◦ blue 49

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

Shades of Waiouru #4B4B31

Tints of Waiouru #4B4B31

RGB

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

 GREEN value IS 75 (29.69% from 255) = 37.69%

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

R = 37.69%
G = 37.69%
B = 24.62%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.35

 K value IS 0.71

RGB Variations

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

Color information

#4B4B31 (or 0x4B4B31) is known color: Waiouru. HEX triplet: 4B, 4B and 31. RGB value is (75,75,49). Sum of RGB (Red+Green+Blue) = 75+75+49=199 (26% of max value = 765). Red value is 75 (29.69% from 255 or 37.69% from 199); Green value is 75 (29.69% from 255 or 37.69% from 199); Blue value is 49 (19.53% from 255 or 24.62% from 199); Max value from RGB is 75 - color contains mainly: red, green. Hex color #4B4B31 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B4B31 is #B4B4CE. Grayscale: #484848. Windows color (decimal): -11842767 or 3230539. OLE color: 3230539.

HSL color Cylindrical-coordinate representation of color #4B4B31: hue angle of 60º 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 #4B4B31 is Cyan = 0, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.71.

Color convert

RGB 75 75 49 -
CMYK 0 0 0.35 0.71
HSL 60º 0.21% 0.24% -
HSV(B) 60º 0.35% 0.29% -
XYZ 5.97 6.75 3.89 -
YUV 72.04 115 130.11 -
System Red Green Blue C M Y K H S L
Decimal 75 75 49 0 0 0.35 0.71 60 0.21 0.24
Hex 4B 4B 31 0 0 23 47 3C 15 18
Octal 113 113 61 0 0 43 107 74 25 30
Binary 1001011 1001011 110001 0 0 100011 1000111 111100 10101 11000

Color Harmonies of #4B4B31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B4B31

Black with #4B4B31

Text Example


Text Example

White with #4B4B31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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