Html Css Color HEX #83605D Pharlap

📋 copy color: '#83605D'

red 131 ◦ green 96 ◦ blue 93

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

Shades of Pharlap #83605D

Tints of Pharlap #83605D

RGB

 RED value IS 131 (51.56% from 255) = 40.94%

 GREEN value IS 96 (37.89% from 255) = 30%

 BLUE value IS 93 (36.72% from 255) = 29.06%

R = 40.94%
G = 30%
B = 29.06%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.29

 K value IS 0.49

RGB Variations

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

Color information

#83605D (or 0x83605D) is known color: Pharlap. HEX triplet: 83, 60 and 5D. RGB value is (131,96,93). Sum of RGB (Red+Green+Blue) = 131+96+93=320 (42% of max value = 765). Red value is 131 (51.56% from 255 or 40.94% from 320); Green value is 96 (37.89% from 255 or 30% from 320); Blue value is 93 (36.72% from 255 or 29.06% from 320); Max value from RGB is 131 - color contains mainly: red. Hex color #83605D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #83605D is #7C9FA2. Grayscale: #6A6A6A. Windows color (decimal): -8167331 or 6119555. OLE color: 6119555.

HSL color Cylindrical-coordinate representation of color #83605D: hue angle of 4.74º degrees, saturation: 0.17, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #83605D is Cyan = 0, Magento = 0.27, Yellow = 0.29 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 96 93 -
CMYK 0 0.27 0.29 0.49
HSL 4.74º 0.17% 0.44% -
HSV(B) 4.74º 0.29% 0.51% -
XYZ 15.52 13.98 12.24 -
YUV 106.12 120.6 145.74 -
System Red Green Blue C M Y K H S L
Decimal 131 96 93 0 0.27 0.29 0.49 4.74 0.17 0.44
Hex 83 60 5D 0 1B 1D 31 5 11 2C
Octal 203 140 135 0 33 35 61 5 21 54
Binary 10000011 1100000 1011101 0 11011 11101 110001 101 10001 101100

Color Harmonies of #83605D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83605D

Black with #83605D

Text Example


Text Example

White with #83605D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,96,93); }

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

background-color css

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

 a { background-color: rgb(131,96,93); }

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

border-color css

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

 span { border-color: rgb(131,96,93); }

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