Html Css Color HEX #424F21 Bronzetone

📋 copy color: '#424F21'

red 66 ◦ green 79 ◦ blue 33

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

Shades of Bronzetone #424F21

Tints of Bronzetone #424F21

RGB

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

 GREEN value IS 79 (31.25% from 255) = 44.38%

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

R = 37.08%
G = 44.38%
B = 18.54%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.58

 K value IS 0.69

RGB Variations

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

Color information

#424F21 (or 0x424F21) is known color: Bronzetone. HEX triplet: 42, 4F and 21. RGB value is (66,79,33). Sum of RGB (Red+Green+Blue) = 66+79+33=178 (23% of max value = 765). Red value is 66 (26.17% from 255 or 37.08% from 178); Green value is 79 (31.25% from 255 or 44.38% from 178); Blue value is 33 (13.28% from 255 or 18.54% from 178); Max value from RGB is 79 - color contains mainly: green. Hex color #424F21 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #424F21 is #BDB0DE. Grayscale: #464646. Windows color (decimal): -12431583 or 2182978. OLE color: 2182978.

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

Color convert

RGB 66 79 33 -
CMYK 0.16 0 0.58 0.69
HSL 76.96º 0.41% 0.22% -
HSV(B) 76.96º 0.58% 0.31% -
XYZ 5.32 6.86 2.48 -
YUV 69.87 107.19 125.24 -
System Red Green Blue C M Y K H S L
Decimal 66 79 33 0.16 0 0.58 0.69 76.96 0.41 0.22
Hex 42 4F 21 10 0 3A 45 4D 29 16
Octal 102 117 41 20 0 72 105 115 51 26
Binary 1000010 1001111 100001 10000 0 111010 1000101 1001101 101001 10110

Color Harmonies of #424F21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424F21

Black with #424F21

Text Example


Text Example

White with #424F21

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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