Html Css Color HEX #975E41 Sepia

📋 copy color: '#975E41'

red 151 ◦ green 94 ◦ blue 65

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

Shades of Sepia #975E41

Tints of Sepia #975E41

RGB

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

 GREEN value IS 94 (37.11% from 255) = 30.32%

 BLUE value IS 65 (25.78% from 255) = 20.97%

R = 48.71%
G = 30.32%
B = 20.97%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.57

 K value IS 0.41

RGB Variations

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

Color information

#975E41 (or 0x975E41) is known color: Sepia. HEX triplet: 97, 5E and 41. RGB value is (151,94,65). Sum of RGB (Red+Green+Blue) = 151+94+65=310 (41% of max value = 765). Red value is 151 (59.38% from 255 or 48.71% from 310); Green value is 94 (37.11% from 255 or 30.32% from 310); Blue value is 65 (25.78% from 255 or 20.97% from 310); Max value from RGB is 151 - color contains mainly: red. Hex color #975E41 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #975E41 is #68A1BE. Grayscale: #6B6B6B. Windows color (decimal): -6857151 or 4284055. OLE color: 4284055.

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

Color convert

RGB 151 94 65 -
CMYK 0 0.38 0.57 0.41
HSL 20.23º 0.4% 0.42% -
HSV(B) 20.23º 0.57% 0.59% -
XYZ 17.72 14.97 6.96 -
YUV 107.74 103.88 158.86 -
System Red Green Blue C M Y K H S L
Decimal 151 94 65 0 0.38 0.57 0.41 20.23 0.4 0.42
Hex 97 5E 41 0 26 39 29 14 28 2A
Octal 227 136 101 0 46 71 51 24 50 52
Binary 10010111 1011110 1000001 0 100110 111001 101001 10100 101000 101010

Color Harmonies of #975E41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #975E41

Black with #975E41

Text Example


Text Example

White with #975E41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,94,65); }

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

background-color css

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

 a { background-color: rgb(151,94,65); }

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

border-color css

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

 span { border-color: rgb(151,94,65); }

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