Html Css Color HEX #983D41 Well Read

📋 copy color: '#983D41'

red 152 ◦ green 61 ◦ blue 65

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

Shades of Well Read #983D41

Tints of Well Read #983D41

RGB

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

 GREEN value IS 61 (24.22% from 255) = 21.94%

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

R = 54.68%
G = 21.94%
B = 23.38%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.57

 K value IS 0.40

RGB Variations

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

Color information

#983D41 (or 0x983D41) is known color: Well Read. HEX triplet: 98, 3D and 41. RGB value is (152,61,65). Sum of RGB (Red+Green+Blue) = 152+61+65=278 (36% of max value = 765). Red value is 152 (59.77% from 255 or 54.68% from 278); Green value is 61 (24.22% from 255 or 21.94% from 278); Blue value is 65 (25.78% from 255 or 23.38% from 278); Max value from RGB is 152 - color contains mainly: red. Hex color #983D41 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #983D41 is #67C2BE. Grayscale: #585858. Windows color (decimal): -6800063 or 4275608. OLE color: 4275608.

HSL color Cylindrical-coordinate representation of color #983D41: hue angle of 357.36º degrees, saturation: 0.43, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #983D41 is Cyan = 0, Magento = 0.60, Yellow = 0.57 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 61 65 -
CMYK 0 0.60 0.57 0.40
HSL 357.36º 0.43% 0.42% -
HSV(B) 357.36º 0.6% 0.6% -
XYZ 15.57 10.39 6.19 -
YUV 88.67 114.65 173.17 -
System Red Green Blue C M Y K H S L
Decimal 152 61 65 0 0.60 0.57 0.40 357.36 0.43 0.42
Hex 98 3D 41 0 3C 39 28 165 2B 2A
Octal 230 75 101 0 74 71 50 545 53 52
Binary 10011000 111101 1000001 0 111100 111001 101000 101100101 101011 101010

Color Harmonies of #983D41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #983D41

Black with #983D41

Text Example


Text Example

White with #983D41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #983D41; }

 p { color: rgb(152,61,65); }

 H1.HeaderClassName
 {
   color: #983D41;
 }
 .AnyTagClassName
 {
   color: #983D41;
 }
</style>

background-color css

<style>
 a { background-color: #983D41; }

 a { background-color: rgb(152,61,65); }

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

border-color css

<style>
 span { border-color: #983D41; }

 span { border-color: rgb(152,61,65); }

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