Html Css Color HEX #995F4B Sepia

📋 copy color: '#995F4B'

red 153 ◦ green 95 ◦ blue 75

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

Shades of Sepia #995F4B

Tints of Sepia #995F4B

RGB

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

 GREEN value IS 95 (37.5% from 255) = 29.41%

 BLUE value IS 75 (29.69% from 255) = 23.22%

R = 47.37%
G = 29.41%
B = 23.22%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.51

 K value IS 0.4

RGB Variations

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

Color information

#995F4B (or 0x995F4B) is known color: Sepia. HEX triplet: 99, 5F and 4B. RGB value is (153,95,75). Sum of RGB (Red+Green+Blue) = 153+95+75=323 (42% of max value = 765). Red value is 153 (60.16% from 255 or 47.37% from 323); Green value is 95 (37.5% from 255 or 29.41% from 323); Blue value is 75 (29.69% from 255 or 23.22% from 323); Max value from RGB is 153 - color contains mainly: red. Hex color #995F4B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #995F4B is #66A0B4. Grayscale: #6E6E6E. Windows color (decimal): -6725813 or 4939673. OLE color: 4939673.

HSL color Cylindrical-coordinate representation of color #995F4B: hue angle of 15.38º degrees, saturation: 0.34, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #995F4B is Cyan = 0, Magento = 0.38, Yellow = 0.51 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 95 75 -
CMYK 0 0.38 0.51 0.4
HSL 15.38º 0.34% 0.45% -
HSV(B) 15.38º 0.51% 0.6% -
XYZ 18.5 15.46 8.67 -
YUV 110.06 108.22 158.63 -
System Red Green Blue C M Y K H S L
Decimal 153 95 75 0 0.38 0.51 0.4 15.38 0.34 0.45
Hex 99 5F 4B 0 26 33 28 F 22 2D
Octal 231 137 113 0 46 63 50 17 42 55
Binary 10011001 1011111 1001011 0 100110 110011 101000 1111 100010 101101

Color Harmonies of #995F4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #995F4B

Black with #995F4B

Text Example


Text Example

White with #995F4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,95,75); }

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

background-color css

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

 a { background-color: rgb(153,95,75); }

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

border-color css

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

 span { border-color: rgb(153,95,75); }

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