Html Css Color HEX #424832 Bronzetone

📋 copy color: '#424832'

red 66 ◦ green 72 ◦ blue 50

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

Shades of Bronzetone #424832

Tints of Bronzetone #424832

RGB

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

 GREEN value IS 72 (28.52% from 255) = 38.3%

 BLUE value IS 50 (19.92% from 255) = 26.6%

R = 35.11%
G = 38.3%
B = 26.6%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.31

 K value IS 0.72

RGB Variations

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

Color information

#424832 (or 0x424832) is known color: Bronzetone. HEX triplet: 42, 48 and 32. RGB value is (66,72,50). Sum of RGB (Red+Green+Blue) = 66+72+50=188 (24% of max value = 765). Red value is 66 (26.17% from 255 or 35.11% from 188); Green value is 72 (28.52% from 255 or 38.30% from 188); Blue value is 50 (19.92% from 255 or 26.60% from 188); Max value from RGB is 72 - color contains mainly: green. Hex color #424832 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #424832 is #BDB7CD. Grayscale: #434343. Windows color (decimal): -12433358 or 3295298. OLE color: 3295298.

HSL color Cylindrical-coordinate representation of color #424832: hue angle of 76.36º degrees, saturation: 0.18, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #424832 is Cyan = 0.08, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.72.

Color convert

RGB 66 72 50 -
CMYK 0.08 0 0.31 0.72
HSL 76.36º 0.18% 0.24% -
HSV(B) 76.36º 0.31% 0.28% -
XYZ 5.14 6.02 3.91 -
YUV 67.7 118.01 126.79 -
System Red Green Blue C M Y K H S L
Decimal 66 72 50 0.08 0 0.31 0.72 76.36 0.18 0.24
Hex 42 48 32 8 0 1F 48 4C 12 18
Octal 102 110 62 10 0 37 110 114 22 30
Binary 1000010 1001000 110010 1000 0 11111 1001000 1001100 10010 11000

Color Harmonies of #424832

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424832

Black with #424832

Text Example


Text Example

White with #424832

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #424832; }

 p { color: rgb(66,72,50); }

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

background-color css

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

 a { background-color: rgb(66,72,50); }

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

border-color css

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

 span { border-color: rgb(66,72,50); }

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