Html Css Color HEX #8A373E Well Read

📋 copy color: '#8A373E'

red 138 ◦ green 55 ◦ blue 62

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

Shades of Well Read #8A373E

Tints of Well Read #8A373E

RGB

 RED value IS 138 (54.3% from 255) = 54.12%

 GREEN value IS 55 (21.88% from 255) = 21.57%

 BLUE value IS 62 (24.61% from 255) = 24.31%

R = 54.12%
G = 21.57%
B = 24.31%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.55

 K value IS 0.46

RGB Variations

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

Color information

#8A373E (or 0x8A373E) is known color: Well Read. HEX triplet: 8A, 37 and 3E. RGB value is (138,55,62). Sum of RGB (Red+Green+Blue) = 138+55+62=255 (33% of max value = 765). Red value is 138 (54.30% from 255 or 54.12% from 255); Green value is 55 (21.88% from 255 or 21.57% from 255); Blue value is 62 (24.61% from 255 or 24.31% from 255); Max value from RGB is 138 - color contains mainly: red. Hex color #8A373E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8A373E is #75C8C1. Grayscale: #505050. Windows color (decimal): -7719106 or 4077450. OLE color: 4077450.

HSL color Cylindrical-coordinate representation of color #8A373E: hue angle of 354.94º degrees, saturation: 0.43, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8A373E is Cyan = 0, Magento = 0.60, Yellow = 0.55 and Black (K on CMYK) = 0.46.

Color convert

RGB 138 55 62 -
CMYK 0 0.60 0.55 0.46
HSL 354.94º 0.43% 0.38% -
HSV(B) 354.94º 0.6% 0.54% -
XYZ 12.72 8.48 5.52 -
YUV 80.62 117.5 168.93 -
System Red Green Blue C M Y K H S L
Decimal 138 55 62 0 0.60 0.55 0.46 354.94 0.43 0.38
Hex 8A 37 3E 0 3C 37 2E 163 2B 26
Octal 212 67 76 0 74 67 56 543 53 46
Binary 10001010 110111 111110 0 111100 110111 101110 101100011 101011 100110

Color Harmonies of #8A373E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A373E

Black with #8A373E

Text Example


Text Example

White with #8A373E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8A373E; }

 p { color: rgb(138,55,62); }

 H1.HeaderClassName
 {
   color: #8A373E;
 }
 .AnyTagClassName
 {
   color: #8A373E;
 }
</style>

background-color css

<style>
 a { background-color: #8A373E; }

 a { background-color: rgb(138,55,62); }

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

border-color css

<style>
 span { border-color: #8A373E; }

 span { border-color: rgb(138,55,62); }

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