Html Css Color HEX #64531C Bronze Olive

📋 copy color: '#64531C'

red 100 ◦ green 83 ◦ blue 28

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

Shades of Bronze Olive #64531C

Tints of Bronze Olive #64531C

RGB

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

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

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

R = 47.39%
G = 39.34%
B = 13.27%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.72

 K value IS 0.61

RGB Variations

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

Color information

#64531C (or 0x64531C) is known color: Bronze Olive. HEX triplet: 64, 53 and 1C. RGB value is (100,83,28). Sum of RGB (Red+Green+Blue) = 100+83+28=211 (27% of max value = 765). Red value is 100 (39.45% from 255 or 47.39% from 211); Green value is 83 (32.81% from 255 or 39.34% from 211); Blue value is 28 (11.33% from 255 or 13.27% from 211); Max value from RGB is 100 - color contains mainly: red. Hex color #64531C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #64531C is #9BACE3. Grayscale: #525252. Windows color (decimal): -10202340 or 1856356. OLE color: 1856356.

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

Color convert

RGB 100 83 28 -
CMYK 0 0.17 0.72 0.61
HSL 45.83º 0.56% 0.25% -
HSV(B) 45.83º 0.72% 0.39% -
XYZ 8.56 8.98 2.38 -
YUV 81.81 97.63 140.97 -
System Red Green Blue C M Y K H S L
Decimal 100 83 28 0 0.17 0.72 0.61 45.83 0.56 0.25
Hex 64 53 1C 0 11 48 3D 2E 38 19
Octal 144 123 34 0 21 110 75 56 70 31
Binary 1100100 1010011 11100 0 10001 1001000 111101 101110 111000 11001

Color Harmonies of #64531C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64531C

Black with #64531C

Text Example


Text Example

White with #64531C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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