Html Css Color HEX #41482D Bronzetone

📋 copy color: '#41482D'

red 65 ◦ green 72 ◦ blue 45

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

Shades of Bronzetone #41482D

Tints of Bronzetone #41482D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 24.73%

R = 35.71%
G = 39.56%
B = 24.73%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.38

 K value IS 0.72

RGB Variations

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

Color information

#41482D (or 0x41482D) is known color: Bronzetone. HEX triplet: 41, 48 and 2D. RGB value is (65,72,45). Sum of RGB (Red+Green+Blue) = 65+72+45=182 (24% of max value = 765). Red value is 65 (25.78% from 255 or 35.71% from 182); Green value is 72 (28.52% from 255 or 39.56% from 182); Blue value is 45 (17.97% from 255 or 24.73% from 182); Max value from RGB is 72 - color contains mainly: green. Hex color #41482D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41482D is #BEB7D2. Grayscale: #424242. Windows color (decimal): -12498899 or 2967617. OLE color: 2967617.

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

Color convert

RGB 65 72 45 -
CMYK 0.10 0 0.38 0.72
HSL 75.56º 0.23% 0.23% -
HSV(B) 75.56º 0.38% 0.28% -
XYZ 4.97 5.95 3.37 -
YUV 66.83 115.68 126.7 -
System Red Green Blue C M Y K H S L
Decimal 65 72 45 0.10 0 0.38 0.72 75.56 0.23 0.23
Hex 41 48 2D A 0 26 48 4C 17 17
Octal 101 110 55 12 0 46 110 114 27 27
Binary 1000001 1001000 101101 1010 0 100110 1001000 1001100 10111 10111

Color Harmonies of #41482D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41482D

Black with #41482D

Text Example


Text Example

White with #41482D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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