Html Css Color HEX #8A625C Pharlap

📋 copy color: '#8A625C'

red 138 ◦ green 98 ◦ blue 92

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

Shades of Pharlap #8A625C

Tints of Pharlap #8A625C

RGB

 RED value IS 138 (54.3% from 255) = 42.07%

 GREEN value IS 98 (38.67% from 255) = 29.88%

 BLUE value IS 92 (36.33% from 255) = 28.05%

R = 42.07%
G = 29.88%
B = 28.05%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.33

 K value IS 0.46

RGB Variations

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

Color information

#8A625C (or 0x8A625C) is known color: Pharlap. HEX triplet: 8A, 62 and 5C. RGB value is (138,98,92). Sum of RGB (Red+Green+Blue) = 138+98+92=328 (43% of max value = 765). Red value is 138 (54.30% from 255 or 42.07% from 328); Green value is 98 (38.67% from 255 or 29.88% from 328); Blue value is 92 (36.33% from 255 or 28.05% from 328); Max value from RGB is 138 - color contains mainly: red. Hex color #8A625C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A625C is #759DA3. Grayscale: #6D6D6D. Windows color (decimal): -7708068 or 6054538. OLE color: 6054538.

HSL color Cylindrical-coordinate representation of color #8A625C: hue angle of 7.83º degrees, saturation: 0.2, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8A625C is Cyan = 0, Magento = 0.29, Yellow = 0.33 and Black (K on CMYK) = 0.46.

Color convert

RGB 138 98 92 -
CMYK 0 0.29 0.33 0.46
HSL 7.83º 0.2% 0.45% -
HSV(B) 7.83º 0.33% 0.54% -
XYZ 16.78 14.91 12.12 -
YUV 109.28 118.25 148.49 -
System Red Green Blue C M Y K H S L
Decimal 138 98 92 0 0.29 0.33 0.46 7.83 0.2 0.45
Hex 8A 62 5C 0 1D 21 2E 8 14 2D
Octal 212 142 134 0 35 41 56 10 24 55
Binary 10001010 1100010 1011100 0 11101 100001 101110 1000 10100 101101

Color Harmonies of #8A625C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A625C

Black with #8A625C

Text Example


Text Example

White with #8A625C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8A625C; }

 p { color: rgb(138,98,92); }

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

background-color css

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

 a { background-color: rgb(138,98,92); }

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

border-color css

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

 span { border-color: rgb(138,98,92); }

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