Html Css Color HEX #424C21 Bronzetone

📋 copy color: '#424C21'

red 66 ◦ green 76 ◦ blue 33

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

Shades of Bronzetone #424C21

Tints of Bronzetone #424C21

RGB

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

 GREEN value IS 76 (30.08% from 255) = 43.43%

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

R = 37.71%
G = 43.43%
B = 18.86%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.57

 K value IS 0.70

RGB Variations

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

Color information

#424C21 (or 0x424C21) is known color: Bronzetone. HEX triplet: 42, 4C and 21. RGB value is (66,76,33). Sum of RGB (Red+Green+Blue) = 66+76+33=175 (23% of max value = 765). Red value is 66 (26.17% from 255 or 37.71% from 175); Green value is 76 (30.08% from 255 or 43.43% from 175); Blue value is 33 (13.28% from 255 or 18.86% from 175); Max value from RGB is 76 - color contains mainly: green. Hex color #424C21 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #424C21 is #BDB3DE. Grayscale: #444444. Windows color (decimal): -12432351 or 2182210. OLE color: 2182210.

HSL color Cylindrical-coordinate representation of color #424C21: hue angle of 73.95º degrees, saturation: 0.39, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #424C21 is Cyan = 0.13, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.70.

Color convert

RGB 66 76 33 -
CMYK 0.13 0 0.57 0.70
HSL 73.95º 0.39% 0.21% -
HSV(B) 73.95º 0.57% 0.3% -
XYZ 5.11 6.44 2.41 -
YUV 68.11 108.19 126.5 -
System Red Green Blue C M Y K H S L
Decimal 66 76 33 0.13 0 0.57 0.70 73.95 0.39 0.21
Hex 42 4C 21 D 0 39 46 4A 27 15
Octal 102 114 41 15 0 71 106 112 47 25
Binary 1000010 1001100 100001 1101 0 111001 1000110 1001010 100111 10101

Color Harmonies of #424C21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424C21

Black with #424C21

Text Example


Text Example

White with #424C21

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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