Html Css Color HEX #64521E Bronze Olive

📋 copy color: '#64521E'

red 100 ◦ green 82 ◦ blue 30

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

Shades of Bronze Olive #64521E

Tints of Bronze Olive #64521E

RGB

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

 GREEN value IS 82 (32.42% from 255) = 38.68%

 BLUE value IS 30 (12.11% from 255) = 14.15%

R = 47.17%
G = 38.68%
B = 14.15%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.70

 K value IS 0.61

RGB Variations

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

Color information

#64521E (or 0x64521E) is known color: Bronze Olive. HEX triplet: 64, 52 and 1E. RGB value is (100,82,30). Sum of RGB (Red+Green+Blue) = 100+82+30=212 (28% of max value = 765). Red value is 100 (39.45% from 255 or 47.17% from 212); Green value is 82 (32.42% from 255 or 38.68% from 212); Blue value is 30 (12.11% from 255 or 14.15% from 212); Max value from RGB is 100 - color contains mainly: red. Hex color #64521E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #64521E is #9BADE1. Grayscale: #515151. Windows color (decimal): -10202594 or 1987172. OLE color: 1987172.

HSL color Cylindrical-coordinate representation of color #64521E: hue angle of 44.57º degrees, saturation: 0.54, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #64521E is Cyan = 0, Magento = 0.18, Yellow = 0.70 and Black (K on CMYK) = 0.61.

Color convert

RGB 100 82 30 -
CMYK 0 0.18 0.70 0.61
HSL 44.57º 0.54% 0.25% -
HSV(B) 44.57º 0.7% 0.39% -
XYZ 8.51 8.84 2.49 -
YUV 81.45 98.96 141.23 -
System Red Green Blue C M Y K H S L
Decimal 100 82 30 0 0.18 0.70 0.61 44.57 0.54 0.25
Hex 64 52 1E 0 12 46 3D 2D 36 19
Octal 144 122 36 0 22 106 75 55 66 31
Binary 1100100 1010010 11110 0 10010 1000110 111101 101101 110110 11001

Color Harmonies of #64521E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64521E

Black with #64521E

Text Example


Text Example

White with #64521E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #64521E; }

 p { color: rgb(100,82,30); }

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

background-color css

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

 a { background-color: rgb(100,82,30); }

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

border-color css

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

 span { border-color: rgb(100,82,30); }

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