Html Css Color HEX #414830 Bronzetone

📋 copy color: '#414830'

red 65 ◦ green 72 ◦ blue 48

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

Shades of Bronzetone #414830

Tints of Bronzetone #414830

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 25.95%

R = 35.14%
G = 38.92%
B = 25.95%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.33

 K value IS 0.72

RGB Variations

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

Color information

#414830 (or 0x414830) is known color: Bronzetone. HEX triplet: 41, 48 and 30. RGB value is (65,72,48). Sum of RGB (Red+Green+Blue) = 65+72+48=185 (24% of max value = 765). Red value is 65 (25.78% from 255 or 35.14% from 185); Green value is 72 (28.52% from 255 or 38.92% from 185); Blue value is 48 (19.14% from 255 or 25.95% from 185); Max value from RGB is 72 - color contains mainly: green. Hex color #414830 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #414830 is #BEB7CF. Grayscale: #434343. Windows color (decimal): -12498896 or 3164225. OLE color: 3164225.

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

Color convert

RGB 65 72 48 -
CMYK 0.10 0 0.33 0.72
HSL 77.5º 0.2% 0.24% -
HSV(B) 77.5º 0.33% 0.28% -
XYZ 5.03 5.97 3.68 -
YUV 67.17 117.18 126.45 -
System Red Green Blue C M Y K H S L
Decimal 65 72 48 0.10 0 0.33 0.72 77.5 0.2 0.24
Hex 41 48 30 A 0 21 48 4E 14 18
Octal 101 110 60 12 0 41 110 116 24 30
Binary 1000001 1001000 110000 1010 0 100001 1001000 1001110 10100 11000

Color Harmonies of #414830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414830

Black with #414830

Text Example


Text Example

White with #414830

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #414830; }

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

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

background-color css

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

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

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

border-color css

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

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

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