Html Css Color HEX #953B3F Well Read

📋 copy color: '#953B3F'

red 149 ◦ green 59 ◦ blue 63

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

Shades of Well Read #953B3F

Tints of Well Read #953B3F

RGB

 RED value IS 149 (58.59% from 255) = 54.98%

 GREEN value IS 59 (23.44% from 255) = 21.77%

 BLUE value IS 63 (25% from 255) = 23.25%

R = 54.98%
G = 21.77%
B = 23.25%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.58

 K value IS 0.42

RGB Variations

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

Color information

#953B3F (or 0x953B3F) is known color: Well Read. HEX triplet: 95, 3B and 3F. RGB value is (149,59,63). Sum of RGB (Red+Green+Blue) = 149+59+63=271 (35% of max value = 765). Red value is 149 (58.59% from 255 or 54.98% from 271); Green value is 59 (23.44% from 255 or 21.77% from 271); Blue value is 63 (25% from 255 or 23.25% from 271); Max value from RGB is 149 - color contains mainly: red. Hex color #953B3F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #953B3F is #6AC4C0. Grayscale: #565656. Windows color (decimal): -6997185 or 4144021. OLE color: 4144021.

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

Color convert

RGB 149 59 63 -
CMYK 0 0.60 0.58 0.42
HSL 357.33º 0.43% 0.41% -
HSV(B) 357.33º 0.6% 0.58% -
XYZ 14.86 9.88 5.83 -
YUV 86.37 114.82 172.67 -
System Red Green Blue C M Y K H S L
Decimal 149 59 63 0 0.60 0.58 0.42 357.33 0.43 0.41
Hex 95 3B 3F 0 3C 3A 2A 165 2B 29
Octal 225 73 77 0 74 72 52 545 53 51
Binary 10010101 111011 111111 0 111100 111010 101010 101100101 101011 101001

Color Harmonies of #953B3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953B3F

Black with #953B3F

Text Example


Text Example

White with #953B3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #953B3F; }

 p { color: rgb(149,59,63); }

 H1.HeaderClassName
 {
   color: #953B3F;
 }
 .AnyTagClassName
 {
   color: #953B3F;
 }
</style>

background-color css

<style>
 a { background-color: #953B3F; }

 a { background-color: rgb(149,59,63); }

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

border-color css

<style>
 span { border-color: #953B3F; }

 span { border-color: rgb(149,59,63); }

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