Html Css Color HEX #64521C Bronze Olive

📋 copy color: '#64521C'

red 100 ◦ green 82 ◦ blue 28

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

Shades of Bronze Olive #64521C

Tints of Bronze Olive #64521C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 13.33%

R = 47.62%
G = 39.05%
B = 13.33%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.72

 K value IS 0.61

RGB Variations

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

Color information

#64521C (or 0x64521C) is known color: Bronze Olive. HEX triplet: 64, 52 and 1C. RGB value is (100,82,28). Sum of RGB (Red+Green+Blue) = 100+82+28=210 (27% of max value = 765). Red value is 100 (39.45% from 255 or 47.62% from 210); Green value is 82 (32.42% from 255 or 39.05% from 210); Blue value is 28 (11.33% from 255 or 13.33% from 210); Max value from RGB is 100 - color contains mainly: red. Hex color #64521C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #64521C is #9BADE3. Grayscale: #515151. Windows color (decimal): -10202596 or 1856100. OLE color: 1856100.

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

Color convert

RGB 100 82 28 -
CMYK 0 0.18 0.72 0.61
HSL 45º 0.56% 0.25% -
HSV(B) 45º 0.72% 0.39% -
XYZ 8.48 8.83 2.36 -
YUV 81.23 97.96 141.39 -
System Red Green Blue C M Y K H S L
Decimal 100 82 28 0 0.18 0.72 0.61 45 0.56 0.25
Hex 64 52 1C 0 12 48 3D 2D 38 19
Octal 144 122 34 0 22 110 75 55 70 31
Binary 1100100 1010010 11100 0 10010 1001000 111101 101101 111000 11001

Color Harmonies of #64521C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64521C

Black with #64521C

Text Example


Text Example

White with #64521C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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