Html Css Color HEX #414832 Bronzetone

📋 copy color: '#414832'

red 65 ◦ green 72 ◦ blue 50

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

Shades of Bronzetone #414832

Tints of Bronzetone #414832

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 26.74%

R = 34.76%
G = 38.5%
B = 26.74%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.31

 K value IS 0.72

RGB Variations

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

Color information

#414832 (or 0x414832) is known color: Bronzetone. HEX triplet: 41, 48 and 32. RGB value is (65,72,50). Sum of RGB (Red+Green+Blue) = 65+72+50=187 (24% of max value = 765). Red value is 65 (25.78% from 255 or 34.76% from 187); Green value is 72 (28.52% from 255 or 38.50% from 187); Blue value is 50 (19.92% from 255 or 26.74% from 187); Max value from RGB is 72 - color contains mainly: green. Hex color #414832 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #414832 is #BEB7CD. Grayscale: #434343. Windows color (decimal): -12498894 or 3295297. OLE color: 3295297.

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

Color convert

RGB 65 72 50 -
CMYK 0.10 0 0.31 0.72
HSL 79.09º 0.18% 0.24% -
HSV(B) 79.09º 0.31% 0.28% -
XYZ 5.07 5.99 3.91 -
YUV 67.4 118.18 126.29 -
System Red Green Blue C M Y K H S L
Decimal 65 72 50 0.10 0 0.31 0.72 79.09 0.18 0.24
Hex 41 48 32 A 0 1F 48 4F 12 18
Octal 101 110 62 12 0 37 110 117 22 30
Binary 1000001 1001000 110010 1010 0 11111 1001000 1001111 10010 11000

Color Harmonies of #414832

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414832

Black with #414832

Text Example


Text Example

White with #414832

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #414832; }

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

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

background-color css

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

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

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

border-color css

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

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

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