Html Css Color HEX #64531D Bronze Olive

📋 copy color: '#64531D'

red 100 ◦ green 83 ◦ blue 29

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

Shades of Bronze Olive #64531D

Tints of Bronze Olive #64531D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 13.68%

R = 47.17%
G = 39.15%
B = 13.68%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.71

 K value IS 0.61

RGB Variations

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

Color information

#64531D (or 0x64531D) is known color: Bronze Olive. HEX triplet: 64, 53 and 1D. RGB value is (100,83,29). Sum of RGB (Red+Green+Blue) = 100+83+29=212 (28% of max value = 765). Red value is 100 (39.45% from 255 or 47.17% from 212); Green value is 83 (32.81% from 255 or 39.15% from 212); Blue value is 29 (11.72% from 255 or 13.68% from 212); Max value from RGB is 100 - color contains mainly: red. Hex color #64531D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #64531D is #9BACE2. Grayscale: #525252. Windows color (decimal): -10202339 or 1921892. OLE color: 1921892.

HSL color Cylindrical-coordinate representation of color #64531D: hue angle of 45.63º degrees, saturation: 0.55, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #64531D is Cyan = 0, Magento = 0.17, Yellow = 0.71 and Black (K on CMYK) = 0.61.

Color convert

RGB 100 83 29 -
CMYK 0 0.17 0.71 0.61
HSL 45.63º 0.55% 0.25% -
HSV(B) 45.63º 0.71% 0.39% -
XYZ 8.57 8.98 2.44 -
YUV 81.93 98.13 140.89 -
System Red Green Blue C M Y K H S L
Decimal 100 83 29 0 0.17 0.71 0.61 45.63 0.55 0.25
Hex 64 53 1D 0 11 47 3D 2E 37 19
Octal 144 123 35 0 21 107 75 56 67 31
Binary 1100100 1010011 11101 0 10001 1000111 111101 101110 110111 11001

Color Harmonies of #64531D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64531D

Black with #64531D

Text Example


Text Example

White with #64531D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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