Html Css Color HEX #8F5135 Chelsea Gem

📋 copy color: '#8F5135'

red 143 ◦ green 81 ◦ blue 53

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

Shades of Chelsea Gem #8F5135

Tints of Chelsea Gem #8F5135

RGB

 RED value IS 143 (56.25% from 255) = 51.62%

 GREEN value IS 81 (32.03% from 255) = 29.24%

 BLUE value IS 53 (21.09% from 255) = 19.13%

R = 51.62%
G = 29.24%
B = 19.13%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.63

 K value IS 0.44

RGB Variations

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

Color information

#8F5135 (or 0x8F5135) is known color: Chelsea Gem. HEX triplet: 8F, 51 and 35. RGB value is (143,81,53). Sum of RGB (Red+Green+Blue) = 143+81+53=277 (36% of max value = 765). Red value is 143 (56.25% from 255 or 51.62% from 277); Green value is 81 (32.03% from 255 or 29.24% from 277); Blue value is 53 (21.09% from 255 or 19.13% from 277); Max value from RGB is 143 - color contains mainly: red. Hex color #8F5135 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8F5135 is #70AECA. Grayscale: #606060. Windows color (decimal): -7384779 or 3494287. OLE color: 3494287.

HSL color Cylindrical-coordinate representation of color #8F5135: hue angle of 18.67º degrees, saturation: 0.46, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8F5135 is Cyan = 0, Magento = 0.43, Yellow = 0.63 and Black (K on CMYK) = 0.44.

Color convert

RGB 143 81 53 -
CMYK 0 0.43 0.63 0.44
HSL 18.67º 0.46% 0.38% -
HSV(B) 18.67º 0.63% 0.56% -
XYZ 14.91 11.98 4.89 -
YUV 96.35 103.54 161.28 -
System Red Green Blue C M Y K H S L
Decimal 143 81 53 0 0.43 0.63 0.44 18.67 0.46 0.38
Hex 8F 51 35 0 2B 3F 2C 13 2E 26
Octal 217 121 65 0 53 77 54 23 56 46
Binary 10001111 1010001 110101 0 101011 111111 101100 10011 101110 100110

Color Harmonies of #8F5135

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F5135

Black with #8F5135

Text Example


Text Example

White with #8F5135

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,81,53); }

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

background-color css

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

 a { background-color: rgb(143,81,53); }

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

border-color css

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

 span { border-color: rgb(143,81,53); }

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