Html Css Color HEX #645320 Bronze Olive

📋 copy color: '#645320'

red 100 ◦ green 83 ◦ blue 32

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

Shades of Bronze Olive #645320

Tints of Bronze Olive #645320

RGB

 RED value IS 100 (39.45% from 255) = 46.51%

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

 BLUE value IS 32 (12.89% from 255) = 14.88%

R = 46.51%
G = 38.6%
B = 14.88%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.68

 K value IS 0.61

RGB Variations

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

Color information

#645320 (or 0x645320) is known color: Bronze Olive. HEX triplet: 64, 53 and 20. RGB value is (100,83,32). Sum of RGB (Red+Green+Blue) = 100+83+32=215 (28% of max value = 765). Red value is 100 (39.45% from 255 or 46.51% from 215); Green value is 83 (32.81% from 255 or 38.60% from 215); Blue value is 32 (12.89% from 255 or 14.88% from 215); Max value from RGB is 100 - color contains mainly: red. Hex color #645320 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #645320 is #9BACDF. Grayscale: #525252. Windows color (decimal): -10202336 or 2118500. OLE color: 2118500.

HSL color Cylindrical-coordinate representation of color #645320: hue angle of 45º degrees, saturation: 0.52, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #645320 is Cyan = 0, Magento = 0.17, Yellow = 0.68 and Black (K on CMYK) = 0.61.

Color convert

RGB 100 83 32 -
CMYK 0 0.17 0.68 0.61
HSL 45º 0.52% 0.26% -
HSV(B) 45º 0.68% 0.39% -
XYZ 8.61 9 2.65 -
YUV 82.27 99.63 140.65 -
System Red Green Blue C M Y K H S L
Decimal 100 83 32 0 0.17 0.68 0.61 45 0.52 0.26
Hex 64 53 20 0 11 44 3D 2D 34 1A
Octal 144 123 40 0 21 104 75 55 64 32
Binary 1100100 1010011 100000 0 10001 1000100 111101 101101 110100 11010

Color Harmonies of #645320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #645320

Black with #645320

Text Example


Text Example

White with #645320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #645320; }

 p { color: rgb(100,83,32); }

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

background-color css

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

 a { background-color: rgb(100,83,32); }

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

border-color css

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

 span { border-color: rgb(100,83,32); }

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