Html Css Color HEX #42561F Bronzetone

📋 copy color: '#42561F'

red 66 ◦ green 86 ◦ blue 31

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

Shades of Bronzetone #42561F

Tints of Bronzetone #42561F

RGB

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

 GREEN value IS 86 (33.98% from 255) = 46.99%

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

R = 36.07%
G = 46.99%
B = 16.94%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.64

 K value IS 0.66

RGB Variations

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

Color information

#42561F (or 0x42561F) is known color: Bronzetone. HEX triplet: 42, 56 and 1F. RGB value is (66,86,31). Sum of RGB (Red+Green+Blue) = 66+86+31=183 (24% of max value = 765). Red value is 66 (26.17% from 255 or 36.07% from 183); Green value is 86 (33.98% from 255 or 46.99% from 183); Blue value is 31 (12.5% from 255 or 16.94% from 183); Max value from RGB is 86 - color contains mainly: green. Hex color #42561F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #42561F is #BDA9E0. Grayscale: #494949. Windows color (decimal): -12429793 or 2053698. OLE color: 2053698.

HSL color Cylindrical-coordinate representation of color #42561F: hue angle of 81.82º degrees, saturation: 0.47, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #42561F is Cyan = 0.23, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.66.

Color convert

RGB 66 86 31 -
CMYK 0.23 0 0.64 0.66
HSL 81.82º 0.47% 0.23% -
HSV(B) 81.82º 0.64% 0.34% -
XYZ 5.82 7.91 2.52 -
YUV 73.75 103.87 122.47 -
System Red Green Blue C M Y K H S L
Decimal 66 86 31 0.23 0 0.64 0.66 81.82 0.47 0.23
Hex 42 56 1F 17 0 40 42 52 2F 17
Octal 102 126 37 27 0 100 102 122 57 27
Binary 1000010 1010110 11111 10111 0 1000000 1000010 1010010 101111 10111

Color Harmonies of #42561F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42561F

Black with #42561F

Text Example


Text Example

White with #42561F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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