Html Css Color HEX #414B28 Bronzetone

📋 copy color: '#414B28'

red 65 ◦ green 75 ◦ blue 40

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

Shades of Bronzetone #414B28

Tints of Bronzetone #414B28

RGB

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

 GREEN value IS 75 (29.69% from 255) = 41.67%

 BLUE value IS 40 (16.02% from 255) = 22.22%

R = 36.11%
G = 41.67%
B = 22.22%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.47

 K value IS 0.71

RGB Variations

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

Color information

#414B28 (or 0x414B28) is known color: Bronzetone. HEX triplet: 41, 4B and 28. RGB value is (65,75,40). Sum of RGB (Red+Green+Blue) = 65+75+40=180 (23% of max value = 765). Red value is 65 (25.78% from 255 or 36.11% from 180); Green value is 75 (29.69% from 255 or 41.67% from 180); Blue value is 40 (16.02% from 255 or 22.22% from 180); Max value from RGB is 75 - color contains mainly: green. Hex color #414B28 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #414B28 is #BEB4D7. Grayscale: #444444. Windows color (decimal): -12498136 or 2640705. OLE color: 2640705.

HSL color Cylindrical-coordinate representation of color #414B28: hue angle of 77.14º degrees, saturation: 0.3, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #414B28 is Cyan = 0.13, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.71.

Color convert

RGB 65 75 40 -
CMYK 0.13 0 0.47 0.71
HSL 77.14º 0.3% 0.23% -
HSV(B) 77.14º 0.47% 0.29% -
XYZ 5.08 6.31 2.96 -
YUV 68.02 112.19 125.85 -
System Red Green Blue C M Y K H S L
Decimal 65 75 40 0.13 0 0.47 0.71 77.14 0.3 0.23
Hex 41 4B 28 D 0 2F 47 4D 1E 17
Octal 101 113 50 15 0 57 107 115 36 27
Binary 1000001 1001011 101000 1101 0 101111 1000111 1001101 11110 10111

Color Harmonies of #414B28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414B28

Black with #414B28

Text Example


Text Example

White with #414B28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #414B28; }

 p { color: rgb(65,75,40); }

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

background-color css

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

 a { background-color: rgb(65,75,40); }

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

border-color css

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

 span { border-color: rgb(65,75,40); }

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