Html Css Color HEX #414628 Bronzetone

📋 copy color: '#414628'

red 65 ◦ green 70 ◦ blue 40

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

Shades of Bronzetone #414628

Tints of Bronzetone #414628

RGB

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

 GREEN value IS 70 (27.73% from 255) = 40%

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

R = 37.14%
G = 40%
B = 22.86%

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

#414628 (or 0x414628) is known color: Bronzetone. HEX triplet: 41, 46 and 28. RGB value is (65,70,40). Sum of RGB (Red+Green+Blue) = 65+70+40=175 (23% of max value = 765). Red value is 65 (25.78% from 255 or 37.14% from 175); Green value is 70 (27.73% from 255 or 40% from 175); Blue value is 40 (16.02% from 255 or 22.86% from 175); Max value from RGB is 70 - color contains mainly: green. Hex color #414628 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #414628 is #BEB9D7. Grayscale: #414141. Windows color (decimal): -12499416 or 2639425. OLE color: 2639425.

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

Color convert

RGB 65 70 40 -
CMYK 0.07 0 0.43 0.73
HSL 70º 0.27% 0.22% -
HSV(B) 70º 0.43% 0.27% -
XYZ 4.75 5.66 2.85 -
YUV 65.09 113.84 127.94 -
System Red Green Blue C M Y K H S L
Decimal 65 70 40 0.07 0 0.43 0.73 70 0.27 0.22
Hex 41 46 28 7 0 2B 49 46 1B 16
Octal 101 106 50 7 0 53 111 106 33 26
Binary 1000001 1000110 101000 111 0 101011 1001001 1000110 11011 10110

Color Harmonies of #414628

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414628

Black with #414628

Text Example


Text Example

White with #414628

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #414628; }

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

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

background-color css

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

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

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

border-color css

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

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

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