Html Css Color HEX #985C44 Sepia

📋 copy color: '#985C44'

red 152 ◦ green 92 ◦ blue 68

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

Shades of Sepia #985C44

Tints of Sepia #985C44

RGB

 RED value IS 152 (59.77% from 255) = 48.72%

 GREEN value IS 92 (36.33% from 255) = 29.49%

 BLUE value IS 68 (26.95% from 255) = 21.79%

R = 48.72%
G = 29.49%
B = 21.79%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.55

 K value IS 0.40

RGB Variations

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

Color information

#985C44 (or 0x985C44) is known color: Sepia. HEX triplet: 98, 5C and 44. RGB value is (152,92,68). Sum of RGB (Red+Green+Blue) = 152+92+68=312 (41% of max value = 765). Red value is 152 (59.77% from 255 or 48.72% from 312); Green value is 92 (36.33% from 255 or 29.49% from 312); Blue value is 68 (26.95% from 255 or 21.79% from 312); Max value from RGB is 152 - color contains mainly: red. Hex color #985C44 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #985C44 is #67A3BB. Grayscale: #6B6B6B. Windows color (decimal): -6792124 or 4480152. OLE color: 4480152.

HSL color Cylindrical-coordinate representation of color #985C44: hue angle of 17.14º degrees, saturation: 0.38, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #985C44 is Cyan = 0, Magento = 0.39, Yellow = 0.55 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 92 68 -
CMYK 0 0.39 0.55 0.40
HSL 17.14º 0.38% 0.43% -
HSV(B) 17.14º 0.55% 0.6% -
XYZ 17.82 14.75 7.38 -
YUV 107.2 105.88 159.95 -
System Red Green Blue C M Y K H S L
Decimal 152 92 68 0 0.39 0.55 0.40 17.14 0.38 0.43
Hex 98 5C 44 0 27 37 28 11 26 2B
Octal 230 134 104 0 47 67 50 21 46 53
Binary 10011000 1011100 1000100 0 100111 110111 101000 10001 100110 101011

Color Harmonies of #985C44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #985C44

Black with #985C44

Text Example


Text Example

White with #985C44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #985C44; }

 p { color: rgb(152,92,68); }

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

background-color css

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

 a { background-color: rgb(152,92,68); }

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

border-color css

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

 span { border-color: rgb(152,92,68); }

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