Html Css Color HEX #41472F Bronzetone

📋 copy color: '#41472F'

red 65 ◦ green 71 ◦ blue 47

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

Shades of Bronzetone #41472F

Tints of Bronzetone #41472F

RGB

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

 GREEN value IS 71 (28.13% from 255) = 38.8%

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

R = 35.52%
G = 38.8%
B = 25.68%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.34

 K value IS 0.72

RGB Variations

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

Color information

#41472F (or 0x41472F) is known color: Bronzetone. HEX triplet: 41, 47 and 2F. RGB value is (65,71,47). Sum of RGB (Red+Green+Blue) = 65+71+47=183 (24% of max value = 765). Red value is 65 (25.78% from 255 or 35.52% from 183); Green value is 71 (28.12% from 255 or 38.80% from 183); Blue value is 47 (18.75% from 255 or 25.68% from 183); Max value from RGB is 71 - color contains mainly: green. Hex color #41472F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41472F is #BEB8D0. Grayscale: #424242. Windows color (decimal): -12499153 or 3098433. OLE color: 3098433.

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

Color convert

RGB 65 71 47 -
CMYK 0.08 0 0.34 0.72
HSL 75º 0.2% 0.23% -
HSV(B) 75º 0.34% 0.28% -
XYZ 4.95 5.84 3.55 -
YUV 66.47 117.01 126.95 -
System Red Green Blue C M Y K H S L
Decimal 65 71 47 0.08 0 0.34 0.72 75 0.2 0.23
Hex 41 47 2F 8 0 22 48 4B 14 17
Octal 101 107 57 10 0 42 110 113 24 27
Binary 1000001 1000111 101111 1000 0 100010 1001000 1001011 10100 10111

Color Harmonies of #41472F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41472F

Black with #41472F

Text Example


Text Example

White with #41472F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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