Html Css Color HEX #64541C Bronze Olive

📋 copy color: '#64541C'

red 100 ◦ green 84 ◦ blue 28

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

Shades of Bronze Olive #64541C

Tints of Bronze Olive #64541C

RGB

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

 GREEN value IS 84 (33.2% from 255) = 39.62%

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

R = 47.17%
G = 39.62%
B = 13.21%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.72

 K value IS 0.61

RGB Variations

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

Color information

#64541C (or 0x64541C) is known color: Bronze Olive. HEX triplet: 64, 54 and 1C. RGB value is (100,84,28). Sum of RGB (Red+Green+Blue) = 100+84+28=212 (28% of max value = 765). Red value is 100 (39.45% from 255 or 47.17% from 212); Green value is 84 (33.20% from 255 or 39.62% from 212); Blue value is 28 (11.33% from 255 or 13.21% from 212); Max value from RGB is 100 - color contains mainly: red. Hex color #64541C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #64541C is #9BABE3. Grayscale: #525252. Windows color (decimal): -10202084 or 1856612. OLE color: 1856612.

HSL color Cylindrical-coordinate representation of color #64541C: hue angle of 46.67º 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 #64541C is Cyan = 0, Magento = 0.16, Yellow = 0.72 and Black (K on CMYK) = 0.61.

Color convert

RGB 100 84 28 -
CMYK 0 0.16 0.72 0.61
HSL 46.67º 0.56% 0.25% -
HSV(B) 46.67º 0.72% 0.39% -
XYZ 8.64 9.13 2.41 -
YUV 82.4 97.3 140.55 -
System Red Green Blue C M Y K H S L
Decimal 100 84 28 0 0.16 0.72 0.61 46.67 0.56 0.25
Hex 64 54 1C 0 10 48 3D 2F 38 19
Octal 144 124 34 0 20 110 75 57 70 31
Binary 1100100 1010100 11100 0 10000 1001000 111101 101111 111000 11001

Color Harmonies of #64541C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64541C

Black with #64541C

Text Example


Text Example

White with #64541C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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