Html Css Color HEX #404527 Bronzetone

📋 copy color: '#404527'

red 64 ◦ green 69 ◦ blue 39

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

Shades of Bronzetone #404527

Tints of Bronzetone #404527

RGB

 RED value IS 64 (25.39% from 255) = 37.21%

 GREEN value IS 69 (27.34% from 255) = 40.12%

 BLUE value IS 39 (15.63% from 255) = 22.67%

R = 37.21%
G = 40.12%
B = 22.67%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.43

 K value IS 0.73

RGB Variations

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

Color information

#404527 (or 0x404527) is known color: Bronzetone. HEX triplet: 40, 45 and 27. RGB value is (64,69,39). Sum of RGB (Red+Green+Blue) = 64+69+39=172 (22% of max value = 765). Red value is 64 (25.39% from 255 or 37.21% from 172); Green value is 69 (27.34% from 255 or 40.12% from 172); Blue value is 39 (15.62% from 255 or 22.67% from 172); Max value from RGB is 69 - color contains mainly: green. Hex color #404527 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #404527 is #BFBAD8. Grayscale: #404040. Windows color (decimal): -12565209 or 2573632. OLE color: 2573632.

HSL color Cylindrical-coordinate representation of color #404527: hue angle of 70º degrees, saturation: 0.28, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #404527 is Cyan = 0.07, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.73.

Color convert

RGB 64 69 39 -
CMYK 0.07 0 0.43 0.73
HSL 70º 0.28% 0.21% -
HSV(B) 70º 0.43% 0.27% -
XYZ 4.61 5.49 2.74 -
YUV 64.09 113.84 127.94 -
System Red Green Blue C M Y K H S L
Decimal 64 69 39 0.07 0 0.43 0.73 70 0.28 0.21
Hex 40 45 27 7 0 2B 49 46 1C 15
Octal 100 105 47 7 0 53 111 106 34 25
Binary 1000000 1000101 100111 111 0 101011 1001001 1000110 11100 10101

Color Harmonies of #404527

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404527

Black with #404527

Text Example


Text Example

White with #404527

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #404527; }

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

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

background-color css

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

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

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

border-color css

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

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

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