Html Css Color HEX #465327 Bronzetone

📋 copy color: '#465327'

red 70 ◦ green 83 ◦ blue 39

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

Shades of Bronzetone #465327

Tints of Bronzetone #465327

RGB

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

 GREEN value IS 83 (32.81% from 255) = 43.23%

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

R = 36.46%
G = 43.23%
B = 20.31%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.53

 K value IS 0.67

RGB Variations

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

Color information

#465327 (or 0x465327) is known color: Bronzetone. HEX triplet: 46, 53 and 27. RGB value is (70,83,39). Sum of RGB (Red+Green+Blue) = 70+83+39=192 (25% of max value = 765). Red value is 70 (27.73% from 255 or 36.46% from 192); Green value is 83 (32.81% from 255 or 43.23% from 192); Blue value is 39 (15.62% from 255 or 20.31% from 192); Max value from RGB is 83 - color contains mainly: green. Hex color #465327 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #465327 is #B9ACD8. Grayscale: #4A4A4A. Windows color (decimal): -12168409 or 2577222. OLE color: 2577222.

HSL color Cylindrical-coordinate representation of color #465327: hue angle of 77.73º degrees, saturation: 0.36, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #465327 is Cyan = 0.16, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.67.

Color convert

RGB 70 83 39 -
CMYK 0.16 0 0.53 0.67
HSL 77.73º 0.36% 0.24% -
HSV(B) 77.73º 0.53% 0.33% -
XYZ 5.99 7.64 3.08 -
YUV 74.1 108.19 125.08 -
System Red Green Blue C M Y K H S L
Decimal 70 83 39 0.16 0 0.53 0.67 77.73 0.36 0.24
Hex 46 53 27 10 0 35 43 4E 24 18
Octal 106 123 47 20 0 65 103 116 44 30
Binary 1000110 1010011 100111 10000 0 110101 1000011 1001110 100100 11000

Color Harmonies of #465327

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465327

Black with #465327

Text Example


Text Example

White with #465327

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #465327; }

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

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

background-color css

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

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

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

border-color css

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

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

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