Html Css Color HEX #623430 Persian Plum

📋 copy color: '#623430'

red 98 ◦ green 52 ◦ blue 48

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

Shades of Persian Plum #623430

Tints of Persian Plum #623430

RGB

 RED value IS 98 (38.67% from 255) = 49.49%

 GREEN value IS 52 (20.7% from 255) = 26.26%

 BLUE value IS 48 (19.14% from 255) = 24.24%

R = 49.49%
G = 26.26%
B = 24.24%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.51

 K value IS 0.62

RGB Variations

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

Color information

#623430 (or 0x623430) is known color: Persian Plum. HEX triplet: 62, 34 and 30. RGB value is (98,52,48). Sum of RGB (Red+Green+Blue) = 98+52+48=198 (26% of max value = 765). Red value is 98 (38.67% from 255 or 49.49% from 198); Green value is 52 (20.70% from 255 or 26.26% from 198); Blue value is 48 (19.14% from 255 or 24.24% from 198); Max value from RGB is 98 - color contains mainly: red. Hex color #623430 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #623430 is #9DCBCF. Grayscale: #414141. Windows color (decimal): -10341328 or 3159138. OLE color: 3159138.

HSL color Cylindrical-coordinate representation of color #623430: hue angle of 4.8º degrees, saturation: 0.34, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #623430 is Cyan = 0, Magento = 0.47, Yellow = 0.51 and Black (K on CMYK) = 0.62.

Color convert

RGB 98 52 48 -
CMYK 0 0.47 0.51 0.62
HSL 4.8º 0.34% 0.29% -
HSV(B) 4.8º 0.51% 0.38% -
XYZ 6.8 5.27 3.45 -
YUV 65.3 118.24 151.33 -
System Red Green Blue C M Y K H S L
Decimal 98 52 48 0 0.47 0.51 0.62 4.8 0.34 0.29
Hex 62 34 30 0 2F 33 3E 5 22 1D
Octal 142 64 60 0 57 63 76 5 42 35
Binary 1100010 110100 110000 0 101111 110011 111110 101 100010 11101

Color Harmonies of #623430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #623430

Black with #623430

Text Example


Text Example

White with #623430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #623430; }

 p { color: rgb(98,52,48); }

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

background-color css

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

 a { background-color: rgb(98,52,48); }

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

border-color css

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

 span { border-color: rgb(98,52,48); }

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