Html Css Color HEX #465122 Bronzetone

📋 copy color: '#465122'

red 70 ◦ green 81 ◦ blue 34

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

Shades of Bronzetone #465122

Tints of Bronzetone #465122

RGB

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

 GREEN value IS 81 (32.03% from 255) = 43.78%

 BLUE value IS 34 (13.67% from 255) = 18.38%

R = 37.84%
G = 43.78%
B = 18.38%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.58

 K value IS 0.68

RGB Variations

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

Color information

#465122 (or 0x465122) is known color: Bronzetone. HEX triplet: 46, 51 and 22. RGB value is (70,81,34). Sum of RGB (Red+Green+Blue) = 70+81+34=185 (24% of max value = 765). Red value is 70 (27.73% from 255 or 37.84% from 185); Green value is 81 (32.03% from 255 or 43.78% from 185); Blue value is 34 (13.67% from 255 or 18.38% from 185); Max value from RGB is 81 - color contains mainly: green. Hex color #465122 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #465122 is #B9AEDD. Grayscale: #484848. Windows color (decimal): -12168926 or 2249030. OLE color: 2249030.

HSL color Cylindrical-coordinate representation of color #465122: hue angle of 74.04º degrees, saturation: 0.41, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #465122 is Cyan = 0.14, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.68.

Color convert

RGB 70 81 34 -
CMYK 0.14 0 0.58 0.68
HSL 74.04º 0.41% 0.23% -
HSV(B) 74.04º 0.58% 0.32% -
XYZ 5.76 7.3 2.62 -
YUV 72.35 106.36 126.32 -
System Red Green Blue C M Y K H S L
Decimal 70 81 34 0.14 0 0.58 0.68 74.04 0.41 0.23
Hex 46 51 22 E 0 3A 44 4A 29 17
Octal 106 121 42 16 0 72 104 112 51 27
Binary 1000110 1010001 100010 1110 0 111010 1000100 1001010 101001 10111

Color Harmonies of #465122

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465122

Black with #465122

Text Example


Text Example

White with #465122

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #465122; }

 p { color: rgb(70,81,34); }

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

background-color css

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

 a { background-color: rgb(70,81,34); }

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

border-color css

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

 span { border-color: rgb(70,81,34); }

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