Html Css Color HEX #424E21 Bronzetone

📋 copy color: '#424E21'

red 66 ◦ green 78 ◦ blue 33

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

Shades of Bronzetone #424E21

Tints of Bronzetone #424E21

RGB

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

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

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

R = 37.29%
G = 44.07%
B = 18.64%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.58

 K value IS 0.69

RGB Variations

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

Color information

#424E21 (or 0x424E21) is known color: Bronzetone. HEX triplet: 42, 4E and 21. RGB value is (66,78,33). Sum of RGB (Red+Green+Blue) = 66+78+33=177 (23% of max value = 765). Red value is 66 (26.17% from 255 or 37.29% from 177); Green value is 78 (30.86% from 255 or 44.07% from 177); Blue value is 33 (13.28% from 255 or 18.64% from 177); Max value from RGB is 78 - color contains mainly: green. Hex color #424E21 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #424E21 is #BDB1DE. Grayscale: #454545. Windows color (decimal): -12431839 or 2182722. OLE color: 2182722.

HSL color Cylindrical-coordinate representation of color #424E21: hue angle of 76º 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 #424E21 is Cyan = 0.15, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.69.

Color convert

RGB 66 78 33 -
CMYK 0.15 0 0.58 0.69
HSL 76º 0.41% 0.22% -
HSV(B) 76º 0.58% 0.31% -
XYZ 5.25 6.72 2.46 -
YUV 69.28 107.52 125.66 -
System Red Green Blue C M Y K H S L
Decimal 66 78 33 0.15 0 0.58 0.69 76 0.41 0.22
Hex 42 4E 21 F 0 3A 45 4C 29 16
Octal 102 116 41 17 0 72 105 114 51 26
Binary 1000010 1001110 100001 1111 0 111010 1000101 1001100 101001 10110

Color Harmonies of #424E21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424E21

Black with #424E21

Text Example


Text Example

White with #424E21

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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