Html Css Color HEX #424B21 Bronzetone

📋 copy color: '#424B21'

red 66 ◦ green 75 ◦ blue 33

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

Shades of Bronzetone #424B21

Tints of Bronzetone #424B21

RGB

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

 GREEN value IS 75 (29.69% from 255) = 43.1%

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

R = 37.93%
G = 43.1%
B = 18.97%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.56

 K value IS 0.71

RGB Variations

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

Color information

#424B21 (or 0x424B21) is known color: Bronzetone. HEX triplet: 42, 4B and 21. RGB value is (66,75,33). Sum of RGB (Red+Green+Blue) = 66+75+33=174 (23% of max value = 765). Red value is 66 (26.17% from 255 or 37.93% from 174); Green value is 75 (29.69% from 255 or 43.10% from 174); Blue value is 33 (13.28% from 255 or 18.97% from 174); Max value from RGB is 75 - color contains mainly: green. Hex color #424B21 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #424B21 is #BDB4DE. Grayscale: #434343. Windows color (decimal): -12432607 or 2181954. OLE color: 2181954.

HSL color Cylindrical-coordinate representation of color #424B21: hue angle of 72.86º degrees, saturation: 0.39, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #424B21 is Cyan = 0.12, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.71.

Color convert

RGB 66 75 33 -
CMYK 0.12 0 0.56 0.71
HSL 72.86º 0.39% 0.21% -
HSV(B) 72.86º 0.56% 0.29% -
XYZ 5.04 6.3 2.39 -
YUV 67.52 108.52 126.92 -
System Red Green Blue C M Y K H S L
Decimal 66 75 33 0.12 0 0.56 0.71 72.86 0.39 0.21
Hex 42 4B 21 C 0 38 47 49 27 15
Octal 102 113 41 14 0 70 107 111 47 25
Binary 1000010 1001011 100001 1100 0 111000 1000111 1001001 100111 10101

Color Harmonies of #424B21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424B21

Black with #424B21

Text Example


Text Example

White with #424B21

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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