Html Css Color HEX #9D381C Tia Maria

📋 copy color: '#9D381C'

red 157 ◦ green 56 ◦ blue 28

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

Shades of Tia Maria #9D381C

Tints of Tia Maria #9D381C

RGB

 RED value IS 157 (61.72% from 255) = 65.15%

 GREEN value IS 56 (22.27% from 255) = 23.24%

 BLUE value IS 28 (11.33% from 255) = 11.62%

R = 65.15%
G = 23.24%
B = 11.62%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.82

 K value IS 0.38

RGB Variations

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

Color information

#9D381C (or 0x9D381C) is known color: Tia Maria. HEX triplet: 9D, 38 and 1C. RGB value is (157,56,28). Sum of RGB (Red+Green+Blue) = 157+56+28=241 (31% of max value = 765). Red value is 157 (61.72% from 255 or 65.15% from 241); Green value is 56 (22.27% from 255 or 23.24% from 241); Blue value is 28 (11.33% from 255 or 11.62% from 241); Max value from RGB is 157 - color contains mainly: red. Hex color #9D381C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9D381C is #62C7E3. Grayscale: #535353. Windows color (decimal): -6473700 or 1849501. OLE color: 1849501.

HSL color Cylindrical-coordinate representation of color #9D381C: hue angle of 13.02º degrees, saturation: 0.7, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #9D381C is Cyan = 0, Magento = 0.64, Yellow = 0.82 and Black (K on CMYK) = 0.38.

Color convert

RGB 157 56 28 -
CMYK 0 0.64 0.82 0.38
HSL 13.02º 0.7% 0.36% -
HSV(B) 13.02º 0.82% 0.62% -
XYZ 15.53 10.08 2.23 -
YUV 83.01 96.96 180.78 -
System Red Green Blue C M Y K H S L
Decimal 157 56 28 0 0.64 0.82 0.38 13.02 0.7 0.36
Hex 9D 38 1C 0 40 52 26 D 46 24
Octal 235 70 34 0 100 122 46 15 106 44
Binary 10011101 111000 11100 0 1000000 1010010 100110 1101 1000110 100100

Color Harmonies of #9D381C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D381C

Black with #9D381C

Text Example


Text Example

White with #9D381C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9D381C; }

 p { color: rgb(157,56,28); }

 H1.HeaderClassName
 {
   color: #9D381C;
 }
 .AnyTagClassName
 {
   color: #9D381C;
 }
</style>

background-color css

<style>
 a { background-color: #9D381C; }

 a { background-color: rgb(157,56,28); }

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

border-color css

<style>
 span { border-color: #9D381C; }

 span { border-color: rgb(157,56,28); }

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