Html Css Color HEX #464C27 Bronzetone

📋 copy color: '#464C27'

red 70 ◦ green 76 ◦ blue 39

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

Shades of Bronzetone #464C27

Tints of Bronzetone #464C27

RGB

 RED value IS 70 (27.73% from 255) = 37.84%

 GREEN value IS 76 (30.08% from 255) = 41.08%

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

R = 37.84%
G = 41.08%
B = 21.08%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.49

 K value IS 0.70

RGB Variations

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

Color information

#464C27 (or 0x464C27) is known color: Bronzetone. HEX triplet: 46, 4C and 27. RGB value is (70,76,39). Sum of RGB (Red+Green+Blue) = 70+76+39=185 (24% of max value = 765). Red value is 70 (27.73% from 255 or 37.84% from 185); Green value is 76 (30.08% from 255 or 41.08% from 185); Blue value is 39 (15.62% from 255 or 21.08% from 185); Max value from RGB is 76 - color contains mainly: green. Hex color #464C27 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #464C27 is #B9B3D8. Grayscale: #464646. Windows color (decimal): -12170201 or 2575430. OLE color: 2575430.

HSL color Cylindrical-coordinate representation of color #464C27: hue angle of 69.73º degrees, saturation: 0.32, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #464C27 is Cyan = 0.08, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.70.

Color convert

RGB 70 76 39 -
CMYK 0.08 0 0.49 0.70
HSL 69.73º 0.32% 0.23% -
HSV(B) 69.73º 0.49% 0.3% -
XYZ 5.48 6.62 2.91 -
YUV 69.99 110.51 128.01 -
System Red Green Blue C M Y K H S L
Decimal 70 76 39 0.08 0 0.49 0.70 69.73 0.32 0.23
Hex 46 4C 27 8 0 31 46 46 20 17
Octal 106 114 47 10 0 61 106 106 40 27
Binary 1000110 1001100 100111 1000 0 110001 1000110 1000110 100000 10111

Color Harmonies of #464C27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464C27

Black with #464C27

Text Example


Text Example

White with #464C27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #464C27; }

 p { color: rgb(70,76,39); }

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

background-color css

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

 a { background-color: rgb(70,76,39); }

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

border-color css

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

 span { border-color: rgb(70,76,39); }

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