Html Css Color HEX #414826 Bronzetone

📋 copy color: '#414826'

red 65 ◦ green 72 ◦ blue 38

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

Shades of Bronzetone #414826

Tints of Bronzetone #414826

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 21.71%

R = 37.14%
G = 41.14%
B = 21.71%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.47

 K value IS 0.72

RGB Variations

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

Color information

#414826 (or 0x414826) is known color: Bronzetone. HEX triplet: 41, 48 and 26. RGB value is (65,72,38). Sum of RGB (Red+Green+Blue) = 65+72+38=175 (23% of max value = 765). Red value is 65 (25.78% from 255 or 37.14% from 175); Green value is 72 (28.52% from 255 or 41.14% from 175); Blue value is 38 (15.23% from 255 or 21.71% from 175); Max value from RGB is 72 - color contains mainly: green. Hex color #414826 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #414826 is #BEB7D9. Grayscale: #424242. Windows color (decimal): -12498906 or 2508865. OLE color: 2508865.

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

Color convert

RGB 65 72 38 -
CMYK 0.10 0 0.47 0.72
HSL 72.35º 0.31% 0.22% -
HSV(B) 72.35º 0.47% 0.28% -
XYZ 4.85 5.9 2.72 -
YUV 66.03 112.18 127.26 -
System Red Green Blue C M Y K H S L
Decimal 65 72 38 0.10 0 0.47 0.72 72.35 0.31 0.22
Hex 41 48 26 A 0 2F 48 48 1F 16
Octal 101 110 46 12 0 57 110 110 37 26
Binary 1000001 1001000 100110 1010 0 101111 1001000 1001000 11111 10110

Color Harmonies of #414826

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414826

Black with #414826

Text Example


Text Example

White with #414826

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #414826; }

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

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

background-color css

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

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

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

border-color css

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

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

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