Html Css Color HEX #42521F Bronzetone

📋 copy color: '#42521F'

red 66 ◦ green 82 ◦ blue 31

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

Shades of Bronzetone #42521F

Tints of Bronzetone #42521F

RGB

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

 GREEN value IS 82 (32.42% from 255) = 45.81%

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

R = 36.87%
G = 45.81%
B = 17.32%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.62

 K value IS 0.68

RGB Variations

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

Color information

#42521F (or 0x42521F) is known color: Bronzetone. HEX triplet: 42, 52 and 1F. RGB value is (66,82,31). Sum of RGB (Red+Green+Blue) = 66+82+31=179 (23% of max value = 765). Red value is 66 (26.17% from 255 or 36.87% from 179); Green value is 82 (32.42% from 255 or 45.81% from 179); Blue value is 31 (12.5% from 255 or 17.32% from 179); Max value from RGB is 82 - color contains mainly: green. Hex color #42521F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #42521F is #BDADE0. Grayscale: #474747. Windows color (decimal): -12430817 or 2052674. OLE color: 2052674.

HSL color Cylindrical-coordinate representation of color #42521F: hue angle of 78.82º 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 #42521F is Cyan = 0.20, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.68.

Color convert

RGB 66 82 31 -
CMYK 0.20 0 0.62 0.68
HSL 78.82º 0.45% 0.22% -
HSV(B) 78.82º 0.62% 0.32% -
XYZ 5.51 7.29 2.41 -
YUV 71.4 105.2 124.15 -
System Red Green Blue C M Y K H S L
Decimal 66 82 31 0.20 0 0.62 0.68 78.82 0.45 0.22
Hex 42 52 1F 14 0 3E 44 4F 2D 16
Octal 102 122 37 24 0 76 104 117 55 26
Binary 1000010 1010010 11111 10100 0 111110 1000100 1001111 101101 10110

Color Harmonies of #42521F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42521F

Black with #42521F

Text Example


Text Example

White with #42521F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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