Html Css Color HEX #41482F Bronzetone

📋 copy color: '#41482F'

red 65 ◦ green 72 ◦ blue 47

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

Shades of Bronzetone #41482F

Tints of Bronzetone #41482F

RGB

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

 GREEN value IS 72 (28.52% from 255) = 39.13%

 BLUE value IS 47 (18.75% from 255) = 25.54%

R = 35.33%
G = 39.13%
B = 25.54%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.35

 K value IS 0.72

RGB Variations

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

Color information

#41482F (or 0x41482F) is known color: Bronzetone. HEX triplet: 41, 48 and 2F. RGB value is (65,72,47). Sum of RGB (Red+Green+Blue) = 65+72+47=184 (24% of max value = 765). Red value is 65 (25.78% from 255 or 35.33% from 184); Green value is 72 (28.52% from 255 or 39.13% from 184); Blue value is 47 (18.75% from 255 or 25.54% from 184); Max value from RGB is 72 - color contains mainly: green. Hex color #41482F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41482F is #BEB7D0. Grayscale: #434343. Windows color (decimal): -12498897 or 3098689. OLE color: 3098689.

HSL color Cylindrical-coordinate representation of color #41482F: hue angle of 76.8º degrees, saturation: 0.21, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #41482F is Cyan = 0.10, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.72.

Color convert

RGB 65 72 47 -
CMYK 0.10 0 0.35 0.72
HSL 76.8º 0.21% 0.23% -
HSV(B) 76.8º 0.35% 0.28% -
XYZ 5.01 5.96 3.58 -
YUV 67.06 116.68 126.53 -
System Red Green Blue C M Y K H S L
Decimal 65 72 47 0.10 0 0.35 0.72 76.8 0.21 0.23
Hex 41 48 2F A 0 23 48 4D 15 17
Octal 101 110 57 12 0 43 110 115 25 27
Binary 1000001 1001000 101111 1010 0 100011 1001000 1001101 10101 10111

Color Harmonies of #41482F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41482F

Black with #41482F

Text Example


Text Example

White with #41482F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,72,47); }

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

background-color css

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

 a { background-color: rgb(65,72,47); }

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

border-color css

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

 span { border-color: rgb(65,72,47); }

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