Html Css Color HEX #424827 Bronzetone

📋 copy color: '#424827'

red 66 ◦ green 72 ◦ blue 39

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

Shades of Bronzetone #424827

Tints of Bronzetone #424827

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 22.03%

R = 37.29%
G = 40.68%
B = 22.03%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.46

 K value IS 0.72

RGB Variations

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

Color information

#424827 (or 0x424827) is known color: Bronzetone. HEX triplet: 42, 48 and 27. RGB value is (66,72,39). Sum of RGB (Red+Green+Blue) = 66+72+39=177 (23% of max value = 765). Red value is 66 (26.17% from 255 or 37.29% from 177); Green value is 72 (28.52% from 255 or 40.68% from 177); Blue value is 39 (15.62% from 255 or 22.03% from 177); Max value from RGB is 72 - color contains mainly: green. Hex color #424827 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #424827 is #BDB7D8. Grayscale: #424242. Windows color (decimal): -12433369 or 2574402. OLE color: 2574402.

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

Color convert

RGB 66 72 39 -
CMYK 0.08 0 0.46 0.72
HSL 70.91º 0.3% 0.22% -
HSV(B) 70.91º 0.46% 0.28% -
XYZ 4.93 5.94 2.81 -
YUV 66.44 112.51 127.68 -
System Red Green Blue C M Y K H S L
Decimal 66 72 39 0.08 0 0.46 0.72 70.91 0.3 0.22
Hex 42 48 27 8 0 2E 48 47 1E 16
Octal 102 110 47 10 0 56 110 107 36 26
Binary 1000010 1001000 100111 1000 0 101110 1001000 1000111 11110 10110

Color Harmonies of #424827

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424827

Black with #424827

Text Example


Text Example

White with #424827

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #424827; }

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

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

background-color css

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

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

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

border-color css

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

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

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