Html Css Color HEX #414A27 Bronzetone

📋 copy color: '#414A27'

red 65 ◦ green 74 ◦ blue 39

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

Shades of Bronzetone #414A27

Tints of Bronzetone #414A27

RGB

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

 GREEN value IS 74 (29.3% from 255) = 41.57%

 BLUE value IS 39 (15.63% from 255) = 21.91%

R = 36.52%
G = 41.57%
B = 21.91%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.47

 K value IS 0.71

RGB Variations

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

Color information

#414A27 (or 0x414A27) is known color: Bronzetone. HEX triplet: 41, 4A and 27. RGB value is (65,74,39). Sum of RGB (Red+Green+Blue) = 65+74+39=178 (23% of max value = 765). Red value is 65 (25.78% from 255 or 36.52% from 178); Green value is 74 (29.30% from 255 or 41.57% from 178); Blue value is 39 (15.62% from 255 or 21.91% from 178); Max value from RGB is 74 - color contains mainly: green. Hex color #414A27 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #414A27 is #BEB5D8. Grayscale: #434343. Windows color (decimal): -12498393 or 2574913. OLE color: 2574913.

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

Color convert

RGB 65 74 39 -
CMYK 0.12 0 0.47 0.71
HSL 75.43º 0.31% 0.22% -
HSV(B) 75.43º 0.47% 0.29% -
XYZ 4.99 6.17 2.85 -
YUV 67.32 112.02 126.35 -
System Red Green Blue C M Y K H S L
Decimal 65 74 39 0.12 0 0.47 0.71 75.43 0.31 0.22
Hex 41 4A 27 C 0 2F 47 4B 1F 16
Octal 101 112 47 14 0 57 107 113 37 26
Binary 1000001 1001010 100111 1100 0 101111 1000111 1001011 11111 10110

Color Harmonies of #414A27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414A27

Black with #414A27

Text Example


Text Example

White with #414A27

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,74,39); }

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

background-color css

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

 a { background-color: rgb(65,74,39); }

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

border-color css

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

 span { border-color: rgb(65,74,39); }

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