Html Css Color HEX #424720 Bronzetone

📋 copy color: '#424720'

red 66 ◦ green 71 ◦ blue 32

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

Shades of Bronzetone #424720

Tints of Bronzetone #424720

RGB

 RED value IS 66 (26.17% from 255) = 39.05%

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

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

R = 39.05%
G = 42.01%
B = 18.93%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.55

 K value IS 0.72

RGB Variations

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

Color information

#424720 (or 0x424720) is known color: Bronzetone. HEX triplet: 42, 47 and 20. RGB value is (66,71,32). Sum of RGB (Red+Green+Blue) = 66+71+32=169 (22% of max value = 765). Red value is 66 (26.17% from 255 or 39.05% from 169); Green value is 71 (28.12% from 255 or 42.01% from 169); Blue value is 32 (12.89% from 255 or 18.93% from 169); Max value from RGB is 71 - color contains mainly: green. Hex color #424720 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #424720 is #BDB8DF. Grayscale: #414141. Windows color (decimal): -12433632 or 2115394. OLE color: 2115394.

HSL color Cylindrical-coordinate representation of color #424720: hue angle of 67.69º 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 #424720 is Cyan = 0.07, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.72.

Color convert

RGB 66 71 32 -
CMYK 0.07 0 0.55 0.72
HSL 67.69º 0.38% 0.2% -
HSV(B) 67.69º 0.55% 0.28% -
XYZ 4.76 5.77 2.23 -
YUV 65.06 109.34 128.67 -
System Red Green Blue C M Y K H S L
Decimal 66 71 32 0.07 0 0.55 0.72 67.69 0.38 0.2
Hex 42 47 20 7 0 37 48 44 26 14
Octal 102 107 40 7 0 67 110 104 46 24
Binary 1000010 1000111 100000 111 0 110111 1001000 1000100 100110 10100

Color Harmonies of #424720

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424720

Black with #424720

Text Example


Text Example

White with #424720

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #424720; }

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

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

background-color css

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

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

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

border-color css

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

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

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