Html Css Color HEX #995C43 Sepia

📋 copy color: '#995C43'

red 153 ◦ green 92 ◦ blue 67

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

Shades of Sepia #995C43

Tints of Sepia #995C43

RGB

 RED value IS 153 (60.16% from 255) = 49.04%

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

 BLUE value IS 67 (26.56% from 255) = 21.47%

R = 49.04%
G = 29.49%
B = 21.47%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.56

 K value IS 0.4

RGB Variations

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

Color information

#995C43 (or 0x995C43) is known color: Sepia. HEX triplet: 99, 5C and 43. RGB value is (153,92,67). Sum of RGB (Red+Green+Blue) = 153+92+67=312 (41% of max value = 765). Red value is 153 (60.16% from 255 or 49.04% from 312); Green value is 92 (36.33% from 255 or 29.49% from 312); Blue value is 67 (26.56% from 255 or 21.47% from 312); Max value from RGB is 153 - color contains mainly: red. Hex color #995C43 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #995C43 is #66A3BC. Grayscale: #6B6B6B. Windows color (decimal): -6726589 or 4414617. OLE color: 4414617.

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

Color convert

RGB 153 92 67 -
CMYK 0 0.40 0.56 0.4
HSL 17.44º 0.39% 0.43% -
HSV(B) 17.44º 0.56% 0.6% -
XYZ 17.98 14.83 7.23 -
YUV 107.39 105.21 160.53 -
System Red Green Blue C M Y K H S L
Decimal 153 92 67 0 0.40 0.56 0.4 17.44 0.39 0.43
Hex 99 5C 43 0 28 38 28 11 27 2B
Octal 231 134 103 0 50 70 50 21 47 53
Binary 10011001 1011100 1000011 0 101000 111000 101000 10001 100111 101011

Color Harmonies of #995C43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #995C43

Black with #995C43

Text Example


Text Example

White with #995C43

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #995C43; }

 p { color: rgb(153,92,67); }

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

background-color css

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

 a { background-color: rgb(153,92,67); }

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

border-color css

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

 span { border-color: rgb(153,92,67); }

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