Html Css Color HEX #414821 Bronzetone

📋 copy color: '#414821'

red 65 ◦ green 72 ◦ blue 33

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

Shades of Bronzetone #414821

Tints of Bronzetone #414821

RGB

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

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

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

R = 38.24%
G = 42.35%
B = 19.41%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.54

 K value IS 0.72

RGB Variations

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

Color information

#414821 (or 0x414821) is known color: Bronzetone. HEX triplet: 41, 48 and 21. RGB value is (65,72,33). Sum of RGB (Red+Green+Blue) = 65+72+33=170 (22% of max value = 765). Red value is 65 (25.78% from 255 or 38.24% from 170); Green value is 72 (28.52% from 255 or 42.35% from 170); Blue value is 33 (13.28% from 255 or 19.41% from 170); Max value from RGB is 72 - color contains mainly: green. Hex color #414821 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #414821 is #BEB7DE. Grayscale: #414141. Windows color (decimal): -12498911 or 2181185. OLE color: 2181185.

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

Color convert

RGB 65 72 33 -
CMYK 0.10 0 0.54 0.72
HSL 70.77º 0.37% 0.21% -
HSV(B) 70.77º 0.54% 0.28% -
XYZ 4.77 5.87 2.32 -
YUV 65.46 109.68 127.67 -
System Red Green Blue C M Y K H S L
Decimal 65 72 33 0.10 0 0.54 0.72 70.77 0.37 0.21
Hex 41 48 21 A 0 36 48 47 25 15
Octal 101 110 41 12 0 66 110 107 45 25
Binary 1000001 1001000 100001 1010 0 110110 1001000 1000111 100101 10101

Color Harmonies of #414821

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414821

Black with #414821

Text Example


Text Example

White with #414821

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #414821; }

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

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

background-color css

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

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

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

border-color css

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

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

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