Html Css Color HEX #41451E Bronzetone

📋 copy color: '#41451E'

red 65 ◦ green 69 ◦ blue 30

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

Shades of Bronzetone #41451E

Tints of Bronzetone #41451E

RGB

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

 GREEN value IS 69 (27.34% from 255) = 42.07%

 BLUE value IS 30 (12.11% from 255) = 18.29%

R = 39.63%
G = 42.07%
B = 18.29%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.57

 K value IS 0.73

RGB Variations

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

Color information

#41451E (or 0x41451E) is known color: Bronzetone. HEX triplet: 41, 45 and 1E. RGB value is (65,69,30). Sum of RGB (Red+Green+Blue) = 65+69+30=164 (21% of max value = 765). Red value is 65 (25.78% from 255 or 39.63% from 164); Green value is 69 (27.34% from 255 or 42.07% from 164); Blue value is 30 (12.11% from 255 or 18.29% from 164); Max value from RGB is 69 - color contains mainly: green. Hex color #41451E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41451E is #BEBAE1. Grayscale: #3F3F3F. Windows color (decimal): -12499682 or 1983809. OLE color: 1983809.

HSL color Cylindrical-coordinate representation of color #41451E: hue angle of 66.15º degrees, saturation: 0.39, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #41451E is Cyan = 0.06, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.73.

Color convert

RGB 65 69 30 -
CMYK 0.06 0 0.57 0.73
HSL 66.15º 0.39% 0.19% -
HSV(B) 66.15º 0.57% 0.27% -
XYZ 4.54 5.47 2.05 -
YUV 63.36 109.17 129.17 -
System Red Green Blue C M Y K H S L
Decimal 65 69 30 0.06 0 0.57 0.73 66.15 0.39 0.19
Hex 41 45 1E 6 0 39 49 42 27 13
Octal 101 105 36 6 0 71 111 102 47 23
Binary 1000001 1000101 11110 110 0 111001 1001001 1000010 100111 10011

Color Harmonies of #41451E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41451E

Black with #41451E

Text Example


Text Example

White with #41451E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #41451E; }

 p { color: rgb(65,69,30); }

 H1.HeaderClassName
 {
   color: #41451E;
 }
 .AnyTagClassName
 {
   color: #41451E;
 }
</style>

background-color css

<style>
 a { background-color: #41451E; }

 a { background-color: rgb(65,69,30); }

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

border-color css

<style>
 span { border-color: #41451E; }

 span { border-color: rgb(65,69,30); }

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