Html Css Color HEX #424822 Bronzetone

📋 copy color: '#424822'

red 66 ◦ green 72 ◦ blue 34

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

Shades of Bronzetone #424822

Tints of Bronzetone #424822

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 19.77%

R = 38.37%
G = 41.86%
B = 19.77%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.53

 K value IS 0.72

RGB Variations

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

Color information

#424822 (or 0x424822) is known color: Bronzetone. HEX triplet: 42, 48 and 22. RGB value is (66,72,34). Sum of RGB (Red+Green+Blue) = 66+72+34=172 (22% of max value = 765). Red value is 66 (26.17% from 255 or 38.37% from 172); Green value is 72 (28.52% from 255 or 41.86% from 172); Blue value is 34 (13.67% from 255 or 19.77% from 172); Max value from RGB is 72 - color contains mainly: green. Hex color #424822 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #424822 is #BDB7DD. Grayscale: #424242. Windows color (decimal): -12433374 or 2246722. OLE color: 2246722.

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

Color convert

RGB 66 72 34 -
CMYK 0.08 0 0.53 0.72
HSL 69.47º 0.36% 0.21% -
HSV(B) 69.47º 0.53% 0.28% -
XYZ 4.85 5.91 2.4 -
YUV 65.87 110.01 128.09 -
System Red Green Blue C M Y K H S L
Decimal 66 72 34 0.08 0 0.53 0.72 69.47 0.36 0.21
Hex 42 48 22 8 0 35 48 45 24 15
Octal 102 110 42 10 0 65 110 105 44 25
Binary 1000010 1001000 100010 1000 0 110101 1001000 1000101 100100 10101

Color Harmonies of #424822

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424822

Black with #424822

Text Example


Text Example

White with #424822

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #424822; }

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

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

background-color css

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

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

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

border-color css

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

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

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