Html Css Color HEX #41462A Bronzetone

📋 copy color: '#41462A'

red 65 ◦ green 70 ◦ blue 42

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

Shades of Bronzetone #41462A

Tints of Bronzetone #41462A

RGB

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

 GREEN value IS 70 (27.73% from 255) = 39.55%

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

R = 36.72%
G = 39.55%
B = 23.73%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.40

 K value IS 0.73

RGB Variations

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

Color information

#41462A (or 0x41462A) is known color: Bronzetone. HEX triplet: 41, 46 and 2A. RGB value is (65,70,42). Sum of RGB (Red+Green+Blue) = 65+70+42=177 (23% of max value = 765). Red value is 65 (25.78% from 255 or 36.72% from 177); Green value is 70 (27.73% from 255 or 39.55% from 177); Blue value is 42 (16.80% from 255 or 23.73% from 177); Max value from RGB is 70 - color contains mainly: green. Hex color #41462A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41462A is #BEB9D5. Grayscale: #414141. Windows color (decimal): -12499414 or 2770497. OLE color: 2770497.

HSL color Cylindrical-coordinate representation of color #41462A: hue angle of 70.71º degrees, saturation: 0.25, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #41462A is Cyan = 0.07, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.73.

Color convert

RGB 65 70 42 -
CMYK 0.07 0 0.40 0.73
HSL 70.71º 0.25% 0.22% -
HSV(B) 70.71º 0.4% 0.27% -
XYZ 4.79 5.67 3.03 -
YUV 65.31 114.84 127.78 -
System Red Green Blue C M Y K H S L
Decimal 65 70 42 0.07 0 0.40 0.73 70.71 0.25 0.22
Hex 41 46 2A 7 0 28 49 47 19 16
Octal 101 106 52 7 0 50 111 107 31 26
Binary 1000001 1000110 101010 111 0 101000 1001001 1000111 11001 10110

Color Harmonies of #41462A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41462A

Black with #41462A

Text Example


Text Example

White with #41462A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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