Html Css Color HEX #424621 Bronzetone

📋 copy color: '#424621'

red 66 ◦ green 70 ◦ blue 33

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

Shades of Bronzetone #424621

Tints of Bronzetone #424621

RGB

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

 GREEN value IS 70 (27.73% from 255) = 41.42%

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

R = 39.05%
G = 41.42%
B = 19.53%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.53

 K value IS 0.73

RGB Variations

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

Color information

#424621 (or 0x424621) is known color: Bronzetone. HEX triplet: 42, 46 and 21. RGB value is (66,70,33). Sum of RGB (Red+Green+Blue) = 66+70+33=169 (22% of max value = 765). Red value is 66 (26.17% from 255 or 39.05% from 169); Green value is 70 (27.73% from 255 or 41.42% from 169); Blue value is 33 (13.28% from 255 or 19.53% from 169); Max value from RGB is 70 - color contains mainly: green. Hex color #424621 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #424621 is #BDB9DE. Grayscale: #404040. Windows color (decimal): -12433887 or 2180674. OLE color: 2180674.

HSL color Cylindrical-coordinate representation of color #424621: hue angle of 66.49º degrees, saturation: 0.36, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #424621 is Cyan = 0.06, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.73.

Color convert

RGB 66 70 33 -
CMYK 0.06 0 0.53 0.73
HSL 66.49º 0.36% 0.2% -
HSV(B) 66.49º 0.53% 0.27% -
XYZ 4.71 5.65 2.28 -
YUV 64.59 110.17 129.01 -
System Red Green Blue C M Y K H S L
Decimal 66 70 33 0.06 0 0.53 0.73 66.49 0.36 0.2
Hex 42 46 21 6 0 35 49 42 24 14
Octal 102 106 41 6 0 65 111 102 44 24
Binary 1000010 1000110 100001 110 0 110101 1001001 1000010 100100 10100

Color Harmonies of #424621

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424621

Black with #424621

Text Example


Text Example

White with #424621

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #424621; }

 p { color: rgb(66,70,33); }

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

background-color css

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

 a { background-color: rgb(66,70,33); }

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

border-color css

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

 span { border-color: rgb(66,70,33); }

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