Html Css Color HEX #414824 Bronzetone

📋 copy color: '#414824'

red 65 ◦ green 72 ◦ blue 36

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

Shades of Bronzetone #414824

Tints of Bronzetone #414824

RGB

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

 GREEN value IS 72 (28.52% from 255) = 41.62%

 BLUE value IS 36 (14.45% from 255) = 20.81%

R = 37.57%
G = 41.62%
B = 20.81%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.5

 K value IS 0.72

RGB Variations

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

Color information

#414824 (or 0x414824) is known color: Bronzetone. HEX triplet: 41, 48 and 24. RGB value is (65,72,36). Sum of RGB (Red+Green+Blue) = 65+72+36=173 (22% of max value = 765). Red value is 65 (25.78% from 255 or 37.57% from 173); Green value is 72 (28.52% from 255 or 41.62% from 173); Blue value is 36 (14.45% from 255 or 20.81% from 173); Max value from RGB is 72 - color contains mainly: green. Hex color #414824 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #414824 is #BEB7DB. Grayscale: #414141. Windows color (decimal): -12498908 or 2377793. OLE color: 2377793.

HSL color Cylindrical-coordinate representation of color #414824: hue angle of 71.67º degrees, saturation: 0.33, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #414824 is Cyan = 0.10, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.72.

Color convert

RGB 65 72 36 -
CMYK 0.10 0 0.5 0.72
HSL 71.67º 0.33% 0.21% -
HSV(B) 71.67º 0.5% 0.28% -
XYZ 4.82 5.89 2.55 -
YUV 65.8 111.18 127.43 -
System Red Green Blue C M Y K H S L
Decimal 65 72 36 0.10 0 0.5 0.72 71.67 0.33 0.21
Hex 41 48 24 A 0 32 48 48 21 15
Octal 101 110 44 12 0 62 110 110 41 25
Binary 1000001 1001000 100100 1010 0 110010 1001000 1001000 100001 10101

Color Harmonies of #414824

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414824

Black with #414824

Text Example


Text Example

White with #414824

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #414824; }

 p { color: rgb(65,72,36); }

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

background-color css

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

 a { background-color: rgb(65,72,36); }

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

border-color css

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

 span { border-color: rgb(65,72,36); }

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