Html Css Color HEX #465325 Bronzetone

📋 copy color: '#465325'

red 70 ◦ green 83 ◦ blue 37

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

Shades of Bronzetone #465325

Tints of Bronzetone #465325

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 19.47%

R = 36.84%
G = 43.68%
B = 19.47%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.55

 K value IS 0.67

RGB Variations

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

Color information

#465325 (or 0x465325) is known color: Bronzetone. HEX triplet: 46, 53 and 25. RGB value is (70,83,37). Sum of RGB (Red+Green+Blue) = 70+83+37=190 (25% of max value = 765). Red value is 70 (27.73% from 255 or 36.84% from 190); Green value is 83 (32.81% from 255 or 43.68% from 190); Blue value is 37 (14.84% from 255 or 19.47% from 190); Max value from RGB is 83 - color contains mainly: green. Hex color #465325 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #465325 is #B9ACDA. Grayscale: #4A4A4A. Windows color (decimal): -12168411 or 2446150. OLE color: 2446150.

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

Color convert

RGB 70 83 37 -
CMYK 0.16 0 0.55 0.67
HSL 76.96º 0.38% 0.24% -
HSV(B) 76.96º 0.55% 0.33% -
XYZ 5.95 7.62 2.91 -
YUV 73.87 107.19 125.24 -
System Red Green Blue C M Y K H S L
Decimal 70 83 37 0.16 0 0.55 0.67 76.96 0.38 0.24
Hex 46 53 25 10 0 37 43 4D 26 18
Octal 106 123 45 20 0 67 103 115 46 30
Binary 1000110 1010011 100101 10000 0 110111 1000011 1001101 100110 11000

Color Harmonies of #465325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465325

Black with #465325

Text Example


Text Example

White with #465325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #465325; }

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

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

background-color css

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

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

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

border-color css

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

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

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