#4B4B2D

Color #4B4B2D Waiouru (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Waiouru #4B4B2D

Tints of Waiouru #4B4B2D

Color information

#4B4B2D (or 0x4B4B2D) is unknown color: approx Waiouru. HEX triplet: 4B, 4B and 2D. RGB value is (75,75,45). Sum of RGB (Red+Green+Blue) = 75+75+45=195 (25% of max value = 765). Red value is 75 (29.69% from 255 or 38.46% from 195); Green value is 75 (29.69% from 255 or 38.46% from 195); Blue value is 45 (17.97% from 255 or 23.08% from 195); Max value from RGB is 75 - color contains mainly: red, green. Hex color #4B4B2D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B4B2D is #B4B4D2. Grayscale: #474747. Windows color (decimal): -11842771 or 2968395. OLE color: 2968395.

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

Color convert

RGB757545-
CMYK000.400.71
HSL60º25%23.53%-
HSV(B)60º40%29.41%-
XYZ5.896.723.47-
YUV71.58113130.44-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 38.46%
GREEN value IS 75 (29.69% from 255) = 38.46%
BLUE value IS 45 (17.97% from 255) = 23.08%
R=38.46%
G=38.46%
B=23.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal757545000.400.71602523.53
Hex4B4B2D0028473c1918
Octal113113550050107743130
Binary100101110010111011010010100010001111111001100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B4B2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #4B4B2D;
 }
 .AnyTagClassName
 {
   color: #4B4B2D;
 }
</style>
background-color css

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

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

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

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

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

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