Html Css Color HEX #465525 Bronzetone

📋 copy color: '#465525'

red 70 ◦ green 85 ◦ blue 37

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

Shades of Bronzetone #465525

Tints of Bronzetone #465525

RGB

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

 GREEN value IS 85 (33.59% from 255) = 44.27%

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

R = 36.46%
G = 44.27%
B = 19.27%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.56

 K value IS 0.67

RGB Variations

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

Color information

#465525 (or 0x465525) is known color: Bronzetone. HEX triplet: 46, 55 and 25. RGB value is (70,85,37). Sum of RGB (Red+Green+Blue) = 70+85+37=192 (25% of max value = 765). Red value is 70 (27.73% from 255 or 36.46% from 192); Green value is 85 (33.59% from 255 or 44.27% from 192); Blue value is 37 (14.84% from 255 or 19.27% from 192); Max value from RGB is 85 - color contains mainly: green. Hex color #465525 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #465525 is #B9AADA. Grayscale: #4B4B4B. Windows color (decimal): -12167899 or 2446662. OLE color: 2446662.

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

Color convert

RGB 70 85 37 -
CMYK 0.18 0 0.56 0.67
HSL 78.75º 0.39% 0.24% -
HSV(B) 78.75º 0.56% 0.33% -
XYZ 6.11 7.93 2.96 -
YUV 75.04 106.53 124.4 -
System Red Green Blue C M Y K H S L
Decimal 70 85 37 0.18 0 0.56 0.67 78.75 0.39 0.24
Hex 46 55 25 12 0 38 43 4F 27 18
Octal 106 125 45 22 0 70 103 117 47 30
Binary 1000110 1010101 100101 10010 0 111000 1000011 1001111 100111 11000

Color Harmonies of #465525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465525

Black with #465525

Text Example


Text Example

White with #465525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #465525; }

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

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

background-color css

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

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

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

border-color css

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

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

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