Html Css Color HEX #414720 Bronzetone

📋 copy color: '#414720'

red 65 ◦ green 71 ◦ blue 32

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

Shades of Bronzetone #414720

Tints of Bronzetone #414720

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 19.05%

R = 38.69%
G = 42.26%
B = 19.05%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.55

 K value IS 0.72

RGB Variations

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

Color information

#414720 (or 0x414720) is known color: Bronzetone. HEX triplet: 41, 47 and 20. RGB value is (65,71,32). Sum of RGB (Red+Green+Blue) = 65+71+32=168 (22% of max value = 765). Red value is 65 (25.78% from 255 or 38.69% from 168); Green value is 71 (28.12% from 255 or 42.26% from 168); Blue value is 32 (12.89% from 255 or 19.05% from 168); Max value from RGB is 71 - color contains mainly: green. Hex color #414720 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #414720 is #BEB8DF. Grayscale: #404040. Windows color (decimal): -12499168 or 2115393. OLE color: 2115393.

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

Color convert

RGB 65 71 32 -
CMYK 0.08 0 0.55 0.72
HSL 69.23º 0.38% 0.2% -
HSV(B) 69.23º 0.55% 0.28% -
XYZ 4.69 5.73 2.23 -
YUV 64.76 109.51 128.17 -
System Red Green Blue C M Y K H S L
Decimal 65 71 32 0.08 0 0.55 0.72 69.23 0.38 0.2
Hex 41 47 20 8 0 37 48 45 26 14
Octal 101 107 40 10 0 67 110 105 46 24
Binary 1000001 1000111 100000 1000 0 110111 1001000 1000101 100110 10100

Color Harmonies of #414720

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414720

Black with #414720

Text Example


Text Example

White with #414720

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #414720; }

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

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

background-color css

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

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

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

border-color css

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

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

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