Html Css Color HEX #404B25 Bronzetone

📋 copy color: '#404B25'

red 64 ◦ green 75 ◦ blue 37

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

Shades of Bronzetone #404B25

Tints of Bronzetone #404B25

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 21.02%

R = 36.36%
G = 42.61%
B = 21.02%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.51

 K value IS 0.71

RGB Variations

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

Color information

#404B25 (or 0x404B25) is known color: Bronzetone. HEX triplet: 40, 4B and 25. RGB value is (64,75,37). Sum of RGB (Red+Green+Blue) = 64+75+37=176 (23% of max value = 765). Red value is 64 (25.39% from 255 or 36.36% from 176); Green value is 75 (29.69% from 255 or 42.61% from 176); Blue value is 37 (14.84% from 255 or 21.02% from 176); Max value from RGB is 75 - color contains mainly: green. Hex color #404B25 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #404B25 is #BFB4DA. Grayscale: #434343. Windows color (decimal): -12563675 or 2444096. OLE color: 2444096.

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

Color convert

RGB 64 75 37 -
CMYK 0.15 0 0.51 0.71
HSL 77.37º 0.34% 0.22% -
HSV(B) 77.37º 0.51% 0.29% -
XYZ 4.96 6.26 2.7 -
YUV 67.38 110.86 125.59 -
System Red Green Blue C M Y K H S L
Decimal 64 75 37 0.15 0 0.51 0.71 77.37 0.34 0.22
Hex 40 4B 25 F 0 33 47 4D 22 16
Octal 100 113 45 17 0 63 107 115 42 26
Binary 1000000 1001011 100101 1111 0 110011 1000111 1001101 100010 10110

Color Harmonies of #404B25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404B25

Black with #404B25

Text Example


Text Example

White with #404B25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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