Html Css Color HEX #41531F Bronzetone

📋 copy color: '#41531F'

red 65 ◦ green 83 ◦ blue 31

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

Shades of Bronzetone #41531F

Tints of Bronzetone #41531F

RGB

 RED value IS 65 (25.78% from 255) = 36.31%

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

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

R = 36.31%
G = 46.37%
B = 17.32%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.63

 K value IS 0.67

RGB Variations

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

Color information

#41531F (or 0x41531F) is known color: Bronzetone. HEX triplet: 41, 53 and 1F. RGB value is (65,83,31). Sum of RGB (Red+Green+Blue) = 65+83+31=179 (23% of max value = 765). Red value is 65 (25.78% from 255 or 36.31% from 179); Green value is 83 (32.81% from 255 or 46.37% from 179); Blue value is 31 (12.5% from 255 or 17.32% from 179); Max value from RGB is 83 - color contains mainly: green. Hex color #41531F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #41531F is #BEACE0. Grayscale: #474747. Windows color (decimal): -12496097 or 2052929. OLE color: 2052929.

HSL color Cylindrical-coordinate representation of color #41531F: hue angle of 80.77º 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 #41531F is Cyan = 0.22, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.67.

Color convert

RGB 65 83 31 -
CMYK 0.22 0 0.63 0.67
HSL 80.77º 0.46% 0.22% -
HSV(B) 80.77º 0.63% 0.33% -
XYZ 5.52 7.41 2.44 -
YUV 71.69 105.04 123.23 -
System Red Green Blue C M Y K H S L
Decimal 65 83 31 0.22 0 0.63 0.67 80.77 0.46 0.22
Hex 41 53 1F 16 0 3F 43 51 2E 16
Octal 101 123 37 26 0 77 103 121 56 26
Binary 1000001 1010011 11111 10110 0 111111 1000011 1010001 101110 10110

Color Harmonies of #41531F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41531F

Black with #41531F

Text Example


Text Example

White with #41531F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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