Html Css Color HEX #404B27 Bronzetone

📋 copy color: '#404B27'

red 64 ◦ green 75 ◦ blue 39

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

Shades of Bronzetone #404B27

Tints of Bronzetone #404B27

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.63% from 255) = 21.91%

R = 35.96%
G = 42.13%
B = 21.91%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.48

 K value IS 0.71

RGB Variations

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

Color information

#404B27 (or 0x404B27) is known color: 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

RGB 64 75 39 -
CMYK 0.15 0 0.48 0.71
HSL 78.33º 0.32% 0.22% -
HSV(B) 78.33º 0.48% 0.29% -
XYZ 5 6.27 2.87 -
YUV 67.61 111.86 125.43 -
System Red Green Blue C M Y K H S L
Decimal 64 75 39 0.15 0 0.48 0.71 78.33 0.32 0.22
Hex 40 4B 27 F 0 30 47 4E 20 16
Octal 100 113 47 17 0 60 107 116 40 26
Binary 1000000 1001011 100111 1111 0 110000 1000111 1001110 100000 10110

Color Harmonies of #404B27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404B27

Black with #404B27

Text Example


Text Example

White with #404B27

Text Example


Text Example

HTML Codes & Css Web 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>