Html Css Color HEX #425122 Bronzetone

📋 copy color: '#425122'

red 66 ◦ green 81 ◦ blue 34

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

Shades of Bronzetone #425122

Tints of Bronzetone #425122

RGB

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

 GREEN value IS 81 (32.03% from 255) = 44.75%

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

R = 36.46%
G = 44.75%
B = 18.78%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.58

 K value IS 0.68

RGB Variations

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

Color information

#425122 (or 0x425122) is known color: Bronzetone. HEX triplet: 42, 51 and 22. RGB value is (66,81,34). Sum of RGB (Red+Green+Blue) = 66+81+34=181 (23% of max value = 765). Red value is 66 (26.17% from 255 or 36.46% from 181); Green value is 81 (32.03% from 255 or 44.75% from 181); Blue value is 34 (13.67% from 255 or 18.78% from 181); Max value from RGB is 81 - color contains mainly: green. Hex color #425122 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #425122 is #BDAEDD. Grayscale: #474747. Windows color (decimal): -12431070 or 2249026. OLE color: 2249026.

HSL color Cylindrical-coordinate representation of color #425122: hue angle of 79.15º degrees, saturation: 0.41, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #425122 is Cyan = 0.19, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.68.

Color convert

RGB 66 81 34 -
CMYK 0.19 0 0.58 0.68
HSL 79.15º 0.41% 0.23% -
HSV(B) 79.15º 0.58% 0.32% -
XYZ 5.48 7.16 2.61 -
YUV 71.16 107.03 124.32 -
System Red Green Blue C M Y K H S L
Decimal 66 81 34 0.19 0 0.58 0.68 79.15 0.41 0.23
Hex 42 51 22 13 0 3A 44 4F 29 17
Octal 102 121 42 23 0 72 104 117 51 27
Binary 1000010 1010001 100010 10011 0 111010 1000100 1001111 101001 10111

Color Harmonies of #425122

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #425122

Black with #425122

Text Example


Text Example

White with #425122

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #425122; }

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

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

background-color css

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

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

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

border-color css

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

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

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