Html Css Color HEX #414833 Bronzetone

📋 copy color: '#414833'

red 65 ◦ green 72 ◦ blue 51

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

Shades of Bronzetone #414833

Tints of Bronzetone #414833

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 27.13%

R = 34.57%
G = 38.3%
B = 27.13%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.29

 K value IS 0.72

RGB Variations

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

Color information

#414833 (or 0x414833) is known color: Bronzetone. HEX triplet: 41, 48 and 33. RGB value is (65,72,51). Sum of RGB (Red+Green+Blue) = 65+72+51=188 (24% of max value = 765). Red value is 65 (25.78% from 255 or 34.57% from 188); Green value is 72 (28.52% from 255 or 38.30% from 188); Blue value is 51 (20.31% from 255 or 27.13% from 188); Max value from RGB is 72 - color contains mainly: green. Hex color #414833 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #414833 is #BEB7CC. Grayscale: #434343. Windows color (decimal): -12498893 or 3360833. OLE color: 3360833.

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

Color convert

RGB 65 72 51 -
CMYK 0.10 0 0.29 0.72
HSL 80º 0.17% 0.24% -
HSV(B) 80º 0.29% 0.28% -
XYZ 5.09 6 4.02 -
YUV 67.51 118.68 126.21 -
System Red Green Blue C M Y K H S L
Decimal 65 72 51 0.10 0 0.29 0.72 80 0.17 0.24
Hex 41 48 33 A 0 1D 48 50 11 18
Octal 101 110 63 12 0 35 110 120 21 30
Binary 1000001 1001000 110011 1010 0 11101 1001000 1010000 10001 11000

Color Harmonies of #414833

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414833

Black with #414833

Text Example


Text Example

White with #414833

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #414833; }

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

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

background-color css

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

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

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

border-color css

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

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

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