Html Css Color HEX #424B20 Bronzetone

📋 copy color: '#424B20'

red 66 ◦ green 75 ◦ blue 32

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

Shades of Bronzetone #424B20

Tints of Bronzetone #424B20

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 18.5%

R = 38.15%
G = 43.35%
B = 18.5%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.57

 K value IS 0.71

RGB Variations

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

Color information

#424B20 (or 0x424B20) is known color: Bronzetone. HEX triplet: 42, 4B and 20. RGB value is (66,75,32). Sum of RGB (Red+Green+Blue) = 66+75+32=173 (22% of max value = 765). Red value is 66 (26.17% from 255 or 38.15% from 173); Green value is 75 (29.69% from 255 or 43.35% from 173); Blue value is 32 (12.89% from 255 or 18.50% from 173); Max value from RGB is 75 - color contains mainly: green. Hex color #424B20 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #424B20 is #BDB4DF. Grayscale: #434343. Windows color (decimal): -12432608 or 2116418. OLE color: 2116418.

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

Color convert

RGB 66 75 32 -
CMYK 0.12 0 0.57 0.71
HSL 72.56º 0.4% 0.21% -
HSV(B) 72.56º 0.57% 0.29% -
XYZ 5.02 6.29 2.32 -
YUV 67.41 108.02 127 -
System Red Green Blue C M Y K H S L
Decimal 66 75 32 0.12 0 0.57 0.71 72.56 0.4 0.21
Hex 42 4B 20 C 0 39 47 49 28 15
Octal 102 113 40 14 0 71 107 111 50 25
Binary 1000010 1001011 100000 1100 0 111001 1000111 1001001 101000 10101

Color Harmonies of #424B20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424B20

Black with #424B20

Text Example


Text Example

White with #424B20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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