Html Css Color HEX #425127 Bronzetone

📋 copy color: '#425127'

red 66 ◦ green 81 ◦ blue 39

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

Shades of Bronzetone #425127

Tints of Bronzetone #425127

RGB

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

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

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

R = 35.48%
G = 43.55%
B = 20.97%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.52

 K value IS 0.68

RGB Variations

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

Color information

#425127 (or 0x425127) is known color: Bronzetone. HEX triplet: 42, 51 and 27. RGB value is (66,81,39). Sum of RGB (Red+Green+Blue) = 66+81+39=186 (24% of max value = 765). Red value is 66 (26.17% from 255 or 35.48% from 186); Green value is 81 (32.03% from 255 or 43.55% from 186); Blue value is 39 (15.62% from 255 or 20.97% from 186); Max value from RGB is 81 - color contains mainly: green. Hex color #425127 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #425127 is #BDAED8. Grayscale: #474747. Windows color (decimal): -12431065 or 2576706. OLE color: 2576706.

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

Color convert

RGB 66 81 39 -
CMYK 0.19 0 0.52 0.68
HSL 81.43º 0.35% 0.24% -
HSV(B) 81.43º 0.52% 0.32% -
XYZ 5.56 7.19 3.01 -
YUV 71.73 109.53 123.92 -
System Red Green Blue C M Y K H S L
Decimal 66 81 39 0.19 0 0.52 0.68 81.43 0.35 0.24
Hex 42 51 27 13 0 34 44 51 23 18
Octal 102 121 47 23 0 64 104 121 43 30
Binary 1000010 1010001 100111 10011 0 110100 1000100 1010001 100011 11000

Color Harmonies of #425127

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #425127

Black with #425127

Text Example


Text Example

White with #425127

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #425127; }

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

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

background-color css

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

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

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

border-color css

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

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

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