Html Css Color HEX #465023 Bronzetone

📋 copy color: '#465023'

red 70 ◦ green 80 ◦ blue 35

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

Shades of Bronzetone #465023

Tints of Bronzetone #465023

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 18.92%

R = 37.84%
G = 43.24%
B = 18.92%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.56

 K value IS 0.69

RGB Variations

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

Color information

#465023 (or 0x465023) is known color: Bronzetone. HEX triplet: 46, 50 and 23. RGB value is (70,80,35). Sum of RGB (Red+Green+Blue) = 70+80+35=185 (24% of max value = 765). Red value is 70 (27.73% from 255 or 37.84% from 185); Green value is 80 (31.64% from 255 or 43.24% from 185); Blue value is 35 (14.06% from 255 or 18.92% from 185); Max value from RGB is 80 - color contains mainly: green. Hex color #465023 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #465023 is #B9AFDC. Grayscale: #484848. Windows color (decimal): -12169181 or 2314310. OLE color: 2314310.

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

Color convert

RGB 70 80 35 -
CMYK 0.12 0 0.56 0.69
HSL 73.33º 0.39% 0.23% -
HSV(B) 73.33º 0.56% 0.31% -
XYZ 5.7 7.16 2.67 -
YUV 71.88 107.19 126.66 -
System Red Green Blue C M Y K H S L
Decimal 70 80 35 0.12 0 0.56 0.69 73.33 0.39 0.23
Hex 46 50 23 C 0 38 45 49 27 17
Octal 106 120 43 14 0 70 105 111 47 27
Binary 1000110 1010000 100011 1100 0 111000 1000101 1001001 100111 10111

Color Harmonies of #465023

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465023

Black with #465023

Text Example


Text Example

White with #465023

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #465023; }

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

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

background-color css

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

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

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

border-color css

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

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

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