Html Css Color HEX #673533 Persian Plum

📋 copy color: '#673533'

red 103 ◦ green 53 ◦ blue 51

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

Shades of Persian Plum #673533

Tints of Persian Plum #673533

RGB

 RED value IS 103 (40.63% from 255) = 49.76%

 GREEN value IS 53 (21.09% from 255) = 25.6%

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

R = 49.76%
G = 25.6%
B = 24.64%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.50

 K value IS 0.60

RGB Variations

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

Color information

#673533 (or 0x673533) is known color: Persian Plum. HEX triplet: 67, 35 and 33. RGB value is (103,53,51). Sum of RGB (Red+Green+Blue) = 103+53+51=207 (27% of max value = 765). Red value is 103 (40.62% from 255 or 49.76% from 207); Green value is 53 (21.09% from 255 or 25.60% from 207); Blue value is 51 (20.31% from 255 or 24.64% from 207); Max value from RGB is 103 - color contains mainly: red. Hex color #673533 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #673533 is #98CACC. Grayscale: #434343. Windows color (decimal): -10013389 or 3356007. OLE color: 3356007.

HSL color Cylindrical-coordinate representation of color #673533: hue angle of 2.31º degrees, saturation: 0.34, 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 #673533 is Cyan = 0, Magento = 0.49, Yellow = 0.50 and Black (K on CMYK) = 0.60.

Color convert

RGB 103 53 51 -
CMYK 0 0.49 0.50 0.60
HSL 2.31º 0.34% 0.3% -
HSV(B) 2.31º 0.5% 0.4% -
XYZ 7.46 5.67 3.83 -
YUV 67.72 118.57 153.16 -
System Red Green Blue C M Y K H S L
Decimal 103 53 51 0 0.49 0.50 0.60 2.31 0.34 0.3
Hex 67 35 33 0 31 32 3C 2 22 1E
Octal 147 65 63 0 61 62 74 2 42 36
Binary 1100111 110101 110011 0 110001 110010 111100 10 100010 11110

Color Harmonies of #673533

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #673533

Black with #673533

Text Example


Text Example

White with #673533

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #673533; }

 p { color: rgb(103,53,51); }

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

background-color css

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

 a { background-color: rgb(103,53,51); }

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

border-color css

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

 span { border-color: rgb(103,53,51); }

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