Html Css Color HEX #465323 Bronzetone

📋 copy color: '#465323'

red 70 ◦ green 83 ◦ blue 35

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

Shades of Bronzetone #465323

Tints of Bronzetone #465323

RGB

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

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

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

R = 37.23%
G = 44.15%
B = 18.62%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.58

 K value IS 0.67

RGB Variations

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

Color information

#465323 (or 0x465323) is known color: Bronzetone. HEX triplet: 46, 53 and 23. RGB value is (70,83,35). Sum of RGB (Red+Green+Blue) = 70+83+35=188 (24% of max value = 765). Red value is 70 (27.73% from 255 or 37.23% from 188); Green value is 83 (32.81% from 255 or 44.15% from 188); Blue value is 35 (14.06% from 255 or 18.62% from 188); Max value from RGB is 83 - color contains mainly: green. Hex color #465323 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #465323 is #B9ACDC. Grayscale: #494949. Windows color (decimal): -12168413 or 2315078. OLE color: 2315078.

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

Color convert

RGB 70 83 35 -
CMYK 0.16 0 0.58 0.67
HSL 76.25º 0.41% 0.23% -
HSV(B) 76.25º 0.58% 0.33% -
XYZ 5.92 7.61 2.75 -
YUV 73.64 106.19 125.4 -
System Red Green Blue C M Y K H S L
Decimal 70 83 35 0.16 0 0.58 0.67 76.25 0.41 0.23
Hex 46 53 23 10 0 3A 43 4C 29 17
Octal 106 123 43 20 0 72 103 114 51 27
Binary 1000110 1010011 100011 10000 0 111010 1000011 1001100 101001 10111

Color Harmonies of #465323

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465323

Black with #465323

Text Example


Text Example

White with #465323

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #465323; }

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

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

background-color css

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

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

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

border-color css

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

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

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