Html Css Color HEX #42551F Bronzetone

📋 copy color: '#42551F'

red 66 ◦ green 85 ◦ blue 31

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

Shades of Bronzetone #42551F

Tints of Bronzetone #42551F

RGB

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

 GREEN value IS 85 (33.59% from 255) = 46.7%

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

R = 36.26%
G = 46.7%
B = 17.03%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.64

 K value IS 0.67

RGB Variations

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

Color information

#42551F (or 0x42551F) is known color: Bronzetone. HEX triplet: 42, 55 and 1F. RGB value is (66,85,31). Sum of RGB (Red+Green+Blue) = 66+85+31=182 (24% of max value = 765). Red value is 66 (26.17% from 255 or 36.26% from 182); Green value is 85 (33.59% from 255 or 46.70% from 182); Blue value is 31 (12.5% from 255 or 17.03% from 182); Max value from RGB is 85 - color contains mainly: green. Hex color #42551F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #42551F is #BDAAE0. Grayscale: #494949. Windows color (decimal): -12430049 or 2053442. OLE color: 2053442.

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

Color convert

RGB 66 85 31 -
CMYK 0.22 0 0.64 0.67
HSL 81.11º 0.47% 0.23% -
HSV(B) 81.11º 0.64% 0.33% -
XYZ 5.74 7.75 2.49 -
YUV 73.16 104.21 122.89 -
System Red Green Blue C M Y K H S L
Decimal 66 85 31 0.22 0 0.64 0.67 81.11 0.47 0.23
Hex 42 55 1F 16 0 40 43 51 2F 17
Octal 102 125 37 26 0 100 103 121 57 27
Binary 1000010 1010101 11111 10110 0 1000000 1000011 1010001 101111 10111

Color Harmonies of #42551F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42551F

Black with #42551F

Text Example


Text Example

White with #42551F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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