Html Css Color HEX #65521D Bronze Olive

📋 copy color: '#65521D'

red 101 ◦ green 82 ◦ blue 29

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

Shades of Bronze Olive #65521D

Tints of Bronze Olive #65521D

RGB

 RED value IS 101 (39.84% from 255) = 47.64%

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

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

R = 47.64%
G = 38.68%
B = 13.68%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.71

 K value IS 0.60

RGB Variations

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

Color information

#65521D (or 0x65521D) is known color: Bronze Olive. HEX triplet: 65, 52 and 1D. RGB value is (101,82,29). Sum of RGB (Red+Green+Blue) = 101+82+29=212 (28% of max value = 765). Red value is 101 (39.84% from 255 or 47.64% from 212); Green value is 82 (32.42% from 255 or 38.68% from 212); Blue value is 29 (11.72% from 255 or 13.68% from 212); Max value from RGB is 101 - color contains mainly: red. Hex color #65521D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #65521D is #9AADE2. Grayscale: #515151. Windows color (decimal): -10137059 or 1921637. OLE color: 1921637.

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

Color convert

RGB 101 82 29 -
CMYK 0 0.19 0.71 0.60
HSL 44.17º 0.55% 0.25% -
HSV(B) 44.17º 0.71% 0.4% -
XYZ 8.61 8.89 2.42 -
YUV 81.64 98.29 141.81 -
System Red Green Blue C M Y K H S L
Decimal 101 82 29 0 0.19 0.71 0.60 44.17 0.55 0.25
Hex 65 52 1D 0 13 47 3C 2C 37 19
Octal 145 122 35 0 23 107 74 54 67 31
Binary 1100101 1010010 11101 0 10011 1000111 111100 101100 110111 11001

Color Harmonies of #65521D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65521D

Black with #65521D

Text Example


Text Example

White with #65521D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(101,82,29); }

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

background-color css

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

 a { background-color: rgb(101,82,29); }

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

border-color css

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

 span { border-color: rgb(101,82,29); }

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