Html Css Color HEX #414E21 Bronzetone

📋 copy color: '#414E21'

red 65 ◦ green 78 ◦ blue 33

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

Shades of Bronzetone #414E21

Tints of Bronzetone #414E21

RGB

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

 GREEN value IS 78 (30.86% from 255) = 44.32%

 BLUE value IS 33 (13.28% from 255) = 18.75%

R = 36.93%
G = 44.32%
B = 18.75%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.58

 K value IS 0.69

RGB Variations

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

Color information

#414E21 (or 0x414E21) is known color: Bronzetone. HEX triplet: 41, 4E and 21. RGB value is (65,78,33). Sum of RGB (Red+Green+Blue) = 65+78+33=176 (23% of max value = 765). Red value is 65 (25.78% from 255 or 36.93% from 176); Green value is 78 (30.86% from 255 or 44.32% from 176); Blue value is 33 (13.28% from 255 or 18.75% from 176); Max value from RGB is 78 - color contains mainly: green. Hex color #414E21 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #414E21 is #BEB1DE. Grayscale: #454545. Windows color (decimal): -12497375 or 2182721. OLE color: 2182721.

HSL color Cylindrical-coordinate representation of color #414E21: hue angle of 77.33º degrees, saturation: 0.41, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #414E21 is Cyan = 0.17, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.69.

Color convert

RGB 65 78 33 -
CMYK 0.17 0 0.58 0.69
HSL 77.33º 0.41% 0.22% -
HSV(B) 77.33º 0.58% 0.31% -
XYZ 5.18 6.68 2.46 -
YUV 68.98 107.69 125.16 -
System Red Green Blue C M Y K H S L
Decimal 65 78 33 0.17 0 0.58 0.69 77.33 0.41 0.22
Hex 41 4E 21 11 0 3A 45 4D 29 16
Octal 101 116 41 21 0 72 105 115 51 26
Binary 1000001 1001110 100001 10001 0 111010 1000101 1001101 101001 10110

Color Harmonies of #414E21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414E21

Black with #414E21

Text Example


Text Example

White with #414E21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #414E21; }

 p { color: rgb(65,78,33); }

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

background-color css

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

 a { background-color: rgb(65,78,33); }

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

border-color css

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

 span { border-color: rgb(65,78,33); }

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