Html Css Color HEX #42511F Bronzetone

📋 copy color: '#42511F'

red 66 ◦ green 81 ◦ blue 31

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

Shades of Bronzetone #42511F

Tints of Bronzetone #42511F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 17.42%

R = 37.08%
G = 45.51%
B = 17.42%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.62

 K value IS 0.68

RGB Variations

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

Color information

#42511F (or 0x42511F) is known color: Bronzetone. HEX triplet: 42, 51 and 1F. RGB value is (66,81,31). Sum of RGB (Red+Green+Blue) = 66+81+31=178 (23% of max value = 765). Red value is 66 (26.17% from 255 or 37.08% from 178); Green value is 81 (32.03% from 255 or 45.51% from 178); Blue value is 31 (12.5% from 255 or 17.42% from 178); Max value from RGB is 81 - color contains mainly: green. Hex color #42511F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #42511F is #BDAEE0. Grayscale: #474747. Windows color (decimal): -12431073 or 2052418. OLE color: 2052418.

HSL color Cylindrical-coordinate representation of color #42511F: hue angle of 78º degrees, saturation: 0.45, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #42511F is Cyan = 0.19, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.68.

Color convert

RGB 66 81 31 -
CMYK 0.19 0 0.62 0.68
HSL 78º 0.45% 0.22% -
HSV(B) 78º 0.62% 0.32% -
XYZ 5.44 7.14 2.39 -
YUV 70.82 105.53 124.57 -
System Red Green Blue C M Y K H S L
Decimal 66 81 31 0.19 0 0.62 0.68 78 0.45 0.22
Hex 42 51 1F 13 0 3E 44 4E 2D 16
Octal 102 121 37 23 0 76 104 116 55 26
Binary 1000010 1010001 11111 10011 0 111110 1000100 1001110 101101 10110

Color Harmonies of #42511F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42511F

Black with #42511F

Text Example


Text Example

White with #42511F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42511F; }

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

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

background-color css

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

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

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

border-color css

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

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

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