Html Css Color HEX #424E2C Bronzetone

📋 copy color: '#424E2C'

red 66 ◦ green 78 ◦ blue 44

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

Shades of Bronzetone #424E2C

Tints of Bronzetone #424E2C

RGB

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

 GREEN value IS 78 (30.86% from 255) = 41.49%

 BLUE value IS 44 (17.58% from 255) = 23.4%

R = 35.11%
G = 41.49%
B = 23.4%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.44

 K value IS 0.69

RGB Variations

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

Color information

#424E2C (or 0x424E2C) is known color: Bronzetone. HEX triplet: 42, 4E and 2C. RGB value is (66,78,44). Sum of RGB (Red+Green+Blue) = 66+78+44=188 (24% of max value = 765). Red value is 66 (26.17% from 255 or 35.11% from 188); Green value is 78 (30.86% from 255 or 41.49% from 188); Blue value is 44 (17.58% from 255 or 23.40% from 188); Max value from RGB is 78 - color contains mainly: green. Hex color #424E2C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #424E2C is #BDB1D3. Grayscale: #464646. Windows color (decimal): -12431828 or 2903618. OLE color: 2903618.

HSL color Cylindrical-coordinate representation of color #424E2C: hue angle of 81.18º degrees, saturation: 0.28, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #424E2C is Cyan = 0.15, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.69.

Color convert

RGB 66 78 44 -
CMYK 0.15 0 0.44 0.69
HSL 81.18º 0.28% 0.24% -
HSV(B) 81.18º 0.44% 0.31% -
XYZ 5.43 6.79 3.41 -
YUV 70.54 113.02 124.76 -
System Red Green Blue C M Y K H S L
Decimal 66 78 44 0.15 0 0.44 0.69 81.18 0.28 0.24
Hex 42 4E 2C F 0 2C 45 51 1C 18
Octal 102 116 54 17 0 54 105 121 34 30
Binary 1000010 1001110 101100 1111 0 101100 1000101 1010001 11100 11000

Color Harmonies of #424E2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424E2C

Black with #424E2C

Text Example


Text Example

White with #424E2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,78,44); }

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

background-color css

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

 a { background-color: rgb(66,78,44); }

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

border-color css

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

 span { border-color: rgb(66,78,44); }

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