Html Css Color HEX #414724 Bronzetone

📋 copy color: '#414724'

red 65 ◦ green 71 ◦ blue 36

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

Shades of Bronzetone #414724

Tints of Bronzetone #414724

RGB

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

 GREEN value IS 71 (28.13% from 255) = 41.28%

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

R = 37.79%
G = 41.28%
B = 20.93%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.49

 K value IS 0.72

RGB Variations

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

Color information

#414724 (or 0x414724) is known color: Bronzetone. HEX triplet: 41, 47 and 24. RGB value is (65,71,36). Sum of RGB (Red+Green+Blue) = 65+71+36=172 (22% of max value = 765). Red value is 65 (25.78% from 255 or 37.79% from 172); Green value is 71 (28.12% from 255 or 41.28% from 172); Blue value is 36 (14.45% from 255 or 20.93% from 172); Max value from RGB is 71 - color contains mainly: green. Hex color #414724 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #414724 is #BEB8DB. Grayscale: #414141. Windows color (decimal): -12499164 or 2377537. OLE color: 2377537.

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

Color convert

RGB 65 71 36 -
CMYK 0.08 0 0.49 0.72
HSL 70.29º 0.33% 0.21% -
HSV(B) 70.29º 0.49% 0.28% -
XYZ 4.75 5.76 2.53 -
YUV 65.22 111.51 127.85 -
System Red Green Blue C M Y K H S L
Decimal 65 71 36 0.08 0 0.49 0.72 70.29 0.33 0.21
Hex 41 47 24 8 0 31 48 46 21 15
Octal 101 107 44 10 0 61 110 106 41 25
Binary 1000001 1000111 100100 1000 0 110001 1001000 1000110 100001 10101

Color Harmonies of #414724

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414724

Black with #414724

Text Example


Text Example

White with #414724

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #414724; }

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

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

background-color css

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

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

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

border-color css

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

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

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