Html Css Color HEX #465026 Bronzetone

📋 copy color: '#465026'

red 70 ◦ green 80 ◦ blue 38

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

Shades of Bronzetone #465026

Tints of Bronzetone #465026

RGB

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

 GREEN value IS 80 (31.64% from 255) = 42.55%

 BLUE value IS 38 (15.23% from 255) = 20.21%

R = 37.23%
G = 42.55%
B = 20.21%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.52

 K value IS 0.69

RGB Variations

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

Color information

#465026 (or 0x465026) is known color: Bronzetone. HEX triplet: 46, 50 and 26. RGB value is (70,80,38). Sum of RGB (Red+Green+Blue) = 70+80+38=188 (24% of max value = 765). Red value is 70 (27.73% from 255 or 37.23% from 188); Green value is 80 (31.64% from 255 or 42.55% from 188); Blue value is 38 (15.23% from 255 or 20.21% from 188); Max value from RGB is 80 - color contains mainly: green. Hex color #465026 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #465026 is #B9AFD9. Grayscale: #484848. Windows color (decimal): -12169178 or 2510918. OLE color: 2510918.

HSL color Cylindrical-coordinate representation of color #465026: hue angle of 74.29º degrees, saturation: 0.36, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #465026 is Cyan = 0.12, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.69.

Color convert

RGB 70 80 38 -
CMYK 0.12 0 0.52 0.69
HSL 74.29º 0.36% 0.23% -
HSV(B) 74.29º 0.53% 0.31% -
XYZ 5.74 7.18 2.92 -
YUV 72.22 108.69 126.42 -
System Red Green Blue C M Y K H S L
Decimal 70 80 38 0.12 0 0.52 0.69 74.29 0.36 0.23
Hex 46 50 26 C 0 34 45 4A 24 17
Octal 106 120 46 14 0 64 105 112 44 27
Binary 1000110 1010000 100110 1100 0 110100 1000101 1001010 100100 10111

Color Harmonies of #465026

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465026

Black with #465026

Text Example


Text Example

White with #465026

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #465026; }

 p { color: rgb(70,80,38); }

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

background-color css

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

 a { background-color: rgb(70,80,38); }

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

border-color css

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

 span { border-color: rgb(70,80,38); }

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