Html Css Color HEX #975D42 Sepia

📋 copy color: '#975D42'

red 151 ◦ green 93 ◦ blue 66

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

Shades of Sepia #975D42

Tints of Sepia #975D42

RGB

 RED value IS 151 (59.38% from 255) = 48.71%

 GREEN value IS 93 (36.72% from 255) = 30%

 BLUE value IS 66 (26.17% from 255) = 21.29%

R = 48.71%
G = 30%
B = 21.29%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.56

 K value IS 0.41

RGB Variations

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

Color information

#975D42 (or 0x975D42) is known color: Sepia. HEX triplet: 97, 5D and 42. RGB value is (151,93,66). Sum of RGB (Red+Green+Blue) = 151+93+66=310 (41% of max value = 765). Red value is 151 (59.38% from 255 or 48.71% from 310); Green value is 93 (36.72% from 255 or 30% from 310); Blue value is 66 (26.17% from 255 or 21.29% from 310); Max value from RGB is 151 - color contains mainly: red. Hex color #975D42 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #975D42 is #68A2BD. Grayscale: #6B6B6B. Windows color (decimal): -6857406 or 4349335. OLE color: 4349335.

HSL color Cylindrical-coordinate representation of color #975D42: hue angle of 19.06º degrees, saturation: 0.39, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #975D42 is Cyan = 0, Magento = 0.38, Yellow = 0.56 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 93 66 -
CMYK 0 0.38 0.56 0.41
HSL 19.06º 0.39% 0.43% -
HSV(B) 19.06º 0.56% 0.59% -
XYZ 17.66 14.8 7.08 -
YUV 107.26 104.72 159.2 -
System Red Green Blue C M Y K H S L
Decimal 151 93 66 0 0.38 0.56 0.41 19.06 0.39 0.43
Hex 97 5D 42 0 26 38 29 13 27 2B
Octal 227 135 102 0 46 70 51 23 47 53
Binary 10010111 1011101 1000010 0 100110 111000 101001 10011 100111 101011

Color Harmonies of #975D42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #975D42

Black with #975D42

Text Example


Text Example

White with #975D42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #975D42; }

 p { color: rgb(151,93,66); }

 H1.HeaderClassName
 {
   color: #975D42;
 }
 .AnyTagClassName
 {
   color: #975D42;
 }
</style>

background-color css

<style>
 a { background-color: #975D42; }

 a { background-color: rgb(151,93,66); }

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

border-color css

<style>
 span { border-color: #975D42; }

 span { border-color: rgb(151,93,66); }

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