Html Css Color HEX #414528 Bronzetone

📋 copy color: '#414528'

red 65 ◦ green 69 ◦ blue 40

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

Shades of Bronzetone #414528

Tints of Bronzetone #414528

RGB

 RED value IS 65 (25.78% from 255) = 37.36%

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

 BLUE value IS 40 (16.02% from 255) = 22.99%

R = 37.36%
G = 39.66%
B = 22.99%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.42

 K value IS 0.73

RGB Variations

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

Color information

#414528 (or 0x414528) is known color: Bronzetone. HEX triplet: 41, 45 and 28. RGB value is (65,69,40). Sum of RGB (Red+Green+Blue) = 65+69+40=174 (23% of max value = 765). Red value is 65 (25.78% from 255 or 37.36% from 174); Green value is 69 (27.34% from 255 or 39.66% from 174); Blue value is 40 (16.02% from 255 or 22.99% from 174); Max value from RGB is 69 - color contains mainly: green. Hex color #414528 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #414528 is #BEBAD7. Grayscale: #404040. Windows color (decimal): -12499672 or 2639169. OLE color: 2639169.

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

Color convert

RGB 65 69 40 -
CMYK 0.06 0 0.42 0.73
HSL 68.28º 0.27% 0.21% -
HSV(B) 68.28º 0.42% 0.27% -
XYZ 4.69 5.53 2.83 -
YUV 64.5 114.17 128.36 -
System Red Green Blue C M Y K H S L
Decimal 65 69 40 0.06 0 0.42 0.73 68.28 0.27 0.21
Hex 41 45 28 6 0 2A 49 44 1B 15
Octal 101 105 50 6 0 52 111 104 33 25
Binary 1000001 1000101 101000 110 0 101010 1001001 1000100 11011 10101

Color Harmonies of #414528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414528

Black with #414528

Text Example


Text Example

White with #414528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #414528; }

 p { color: rgb(65,69,40); }

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

background-color css

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

 a { background-color: rgb(65,69,40); }

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

border-color css

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

 span { border-color: rgb(65,69,40); }

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