#404B27

Color #404B27 Bronzetone (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bronzetone #404B27

Tints of Bronzetone #404B27

Color information

#404B27 (or 0x404B27) is unknown color: approx Bronzetone. HEX triplet: 40, 4B and 27. RGB value is (64,75,39). Sum of RGB (Red+Green+Blue) = 64+75+39=178 (23% of max value = 765). Red value is 64 (25.39% from 255 or 35.96% from 178); Green value is 75 (29.69% from 255 or 42.13% from 178); Blue value is 39 (15.62% from 255 or 21.91% from 178); Max value from RGB is 75 - color contains mainly: green. Hex color #404B27 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #404B27 is #BFB4D8. Grayscale: #434343. Windows color (decimal): -12563673 or 2575168. OLE color: 2575168.

HSL color Cylindrical-coordinate representation of color #404B27: hue angle of 78.33º degrees, saturation: 0.32, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #404B27 is Cyan = 0.15, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.71.

Color convert

RGB647539-
CMYK0.1500.480.71
HSL78.33º31.58%22.35%-
HSV(B)78.33º48%29.41%-
XYZ56.272.87-
YUV67.61111.86125.43-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 35.96%
GREEN value IS 75 (29.69% from 255) = 42.13%
BLUE value IS 39 (15.62% from 255) = 21.91%
R=35.96%
G=42.13%
B=21.91%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal6475390.1500.480.7178.3331.5822.35
Hex404B27F030474e2016
Octal10011347170601071164026
Binary10000001001011100111111101100001000111100111010000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #404B27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #404B27; }

 p { color: rgb(64,75,39); }

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

<style>
 a { background-color: #404B27; }

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

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

<style>
 span { border-color: #404B27; }

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

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