Html Css Color HEX #42531F Bronzetone

📋 copy color: '#42531F'

red 66 ◦ green 83 ◦ blue 31

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

Shades of Bronzetone #42531F

Tints of Bronzetone #42531F

RGB

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

 GREEN value IS 83 (32.81% from 255) = 46.11%

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

R = 36.67%
G = 46.11%
B = 17.22%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.63

 K value IS 0.67

RGB Variations

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

Color information

#42531F (or 0x42531F) is known color: Bronzetone. HEX triplet: 42, 53 and 1F. RGB value is (66,83,31). Sum of RGB (Red+Green+Blue) = 66+83+31=180 (23% of max value = 765). Red value is 66 (26.17% from 255 or 36.67% from 180); Green value is 83 (32.81% from 255 or 46.11% from 180); Blue value is 31 (12.5% from 255 or 17.22% from 180); Max value from RGB is 83 - color contains mainly: green. Hex color #42531F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #42531F is #BDACE0. Grayscale: #484848. Windows color (decimal): -12430561 or 2052930. OLE color: 2052930.

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

Color convert

RGB 66 83 31 -
CMYK 0.20 0 0.63 0.67
HSL 79.62º 0.46% 0.22% -
HSV(B) 79.62º 0.63% 0.33% -
XYZ 5.59 7.44 2.44 -
YUV 71.99 104.87 123.73 -
System Red Green Blue C M Y K H S L
Decimal 66 83 31 0.20 0 0.63 0.67 79.62 0.46 0.22
Hex 42 53 1F 14 0 3F 43 50 2E 16
Octal 102 123 37 24 0 77 103 120 56 26
Binary 1000010 1010011 11111 10100 0 111111 1000011 1010000 101110 10110

Color Harmonies of #42531F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42531F

Black with #42531F

Text Example


Text Example

White with #42531F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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