Html Css Color HEX #424D2B Bronzetone

📋 copy color: '#424D2B'

red 66 ◦ green 77 ◦ blue 43

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

Shades of Bronzetone #424D2B

Tints of Bronzetone #424D2B

RGB

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

 GREEN value IS 77 (30.47% from 255) = 41.4%

 BLUE value IS 43 (17.19% from 255) = 23.12%

R = 35.48%
G = 41.4%
B = 23.12%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.44

 K value IS 0.70

RGB Variations

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

Color information

#424D2B (or 0x424D2B) is known color: Bronzetone. HEX triplet: 42, 4D and 2B. RGB value is (66,77,43). Sum of RGB (Red+Green+Blue) = 66+77+43=186 (24% of max value = 765). Red value is 66 (26.17% from 255 or 35.48% from 186); Green value is 77 (30.47% from 255 or 41.40% from 186); Blue value is 43 (17.19% from 255 or 23.12% from 186); Max value from RGB is 77 - color contains mainly: green. Hex color #424D2B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #424D2B is #BDB2D4. Grayscale: #454545. Windows color (decimal): -12432085 or 2837826. OLE color: 2837826.

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

Color convert

RGB 66 77 43 -
CMYK 0.14 0 0.44 0.70
HSL 79.41º 0.28% 0.24% -
HSV(B) 79.41º 0.44% 0.3% -
XYZ 5.34 6.64 3.29 -
YUV 69.84 112.86 125.26 -
System Red Green Blue C M Y K H S L
Decimal 66 77 43 0.14 0 0.44 0.70 79.41 0.28 0.24
Hex 42 4D 2B E 0 2C 46 4F 1C 18
Octal 102 115 53 16 0 54 106 117 34 30
Binary 1000010 1001101 101011 1110 0 101100 1000110 1001111 11100 11000

Color Harmonies of #424D2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424D2B

Black with #424D2B

Text Example


Text Example

White with #424D2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,77,43); }

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

background-color css

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

 a { background-color: rgb(66,77,43); }

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

border-color css

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

 span { border-color: rgb(66,77,43); }

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