Html Css Color HEX #653A33 Metallic Copper

📋 copy color: '#653A33'

red 101 ◦ green 58 ◦ blue 51

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

Shades of Metallic Copper #653A33

Tints of Metallic Copper #653A33

RGB

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

 GREEN value IS 58 (23.05% from 255) = 27.62%

 BLUE value IS 51 (20.31% from 255) = 24.29%

R = 48.1%
G = 27.62%
B = 24.29%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.50

 K value IS 0.60

RGB Variations

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

Color information

#653A33 (or 0x653A33) is known color: Metallic Copper. HEX triplet: 65, 3A and 33. RGB value is (101,58,51). Sum of RGB (Red+Green+Blue) = 101+58+51=210 (27% of max value = 765). Red value is 101 (39.84% from 255 or 48.10% from 210); Green value is 58 (23.05% from 255 or 27.62% from 210); Blue value is 51 (20.31% from 255 or 24.29% from 210); Max value from RGB is 101 - color contains mainly: red. Hex color #653A33 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #653A33 is #9AC5CC. Grayscale: #464646. Windows color (decimal): -10143181 or 3357285. OLE color: 3357285.

HSL color Cylindrical-coordinate representation of color #653A33: hue angle of 8.4º degrees, saturation: 0.33, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #653A33 is Cyan = 0, Magento = 0.43, Yellow = 0.50 and Black (K on CMYK) = 0.60.

Color convert

RGB 101 58 51 -
CMYK 0 0.43 0.50 0.60
HSL 8.4º 0.33% 0.3% -
HSV(B) 8.4º 0.5% 0.4% -
XYZ 7.48 6.03 3.9 -
YUV 70.06 117.25 150.07 -
System Red Green Blue C M Y K H S L
Decimal 101 58 51 0 0.43 0.50 0.60 8.4 0.33 0.3
Hex 65 3A 33 0 2B 32 3C 8 21 1E
Octal 145 72 63 0 53 62 74 10 41 36
Binary 1100101 111010 110011 0 101011 110010 111100 1000 100001 11110

Color Harmonies of #653A33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #653A33

Black with #653A33

Text Example


Text Example

White with #653A33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #653A33; }

 p { color: rgb(101,58,51); }

 H1.HeaderClassName
 {
   color: #653A33;
 }
 .AnyTagClassName
 {
   color: #653A33;
 }
</style>

background-color css

<style>
 a { background-color: #653A33; }

 a { background-color: rgb(101,58,51); }

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

border-color css

<style>
 span { border-color: #653A33; }

 span { border-color: rgb(101,58,51); }

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