Html Css Color HEX #41482A Bronzetone

📋 copy color: '#41482A'

red 65 ◦ green 72 ◦ blue 42

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

Shades of Bronzetone #41482A

Tints of Bronzetone #41482A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 23.46%

R = 36.31%
G = 40.22%
B = 23.46%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.42

 K value IS 0.72

RGB Variations

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

Color information

#41482A (or 0x41482A) is known color: Bronzetone. HEX triplet: 41, 48 and 2A. RGB value is (65,72,42). Sum of RGB (Red+Green+Blue) = 65+72+42=179 (23% of max value = 765). Red value is 65 (25.78% from 255 or 36.31% from 179); Green value is 72 (28.52% from 255 or 40.22% from 179); Blue value is 42 (16.80% from 255 or 23.46% from 179); Max value from RGB is 72 - color contains mainly: green. Hex color #41482A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41482A is #BEB7D5. Grayscale: #424242. Windows color (decimal): -12498902 or 2771009. OLE color: 2771009.

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

Color convert

RGB 65 72 42 -
CMYK 0.10 0 0.42 0.72
HSL 74º 0.26% 0.22% -
HSV(B) 74º 0.42% 0.28% -
XYZ 4.92 5.93 3.08 -
YUV 66.49 114.18 126.94 -
System Red Green Blue C M Y K H S L
Decimal 65 72 42 0.10 0 0.42 0.72 74 0.26 0.22
Hex 41 48 2A A 0 2A 48 4A 1A 16
Octal 101 110 52 12 0 52 110 112 32 26
Binary 1000001 1001000 101010 1010 0 101010 1001000 1001010 11010 10110

Color Harmonies of #41482A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41482A

Black with #41482A

Text Example


Text Example

White with #41482A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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