Html Css Color HEX #9C381D Tia Maria

📋 copy color: '#9C381D'

red 156 ◦ green 56 ◦ blue 29

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

Shades of Tia Maria #9C381D

Tints of Tia Maria #9C381D

RGB

 RED value IS 156 (61.33% from 255) = 64.73%

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

 BLUE value IS 29 (11.72% from 255) = 12.03%

R = 64.73%
G = 23.24%
B = 12.03%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.81

 K value IS 0.39

RGB Variations

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

Color information

#9C381D (or 0x9C381D) is known color: Tia Maria. HEX triplet: 9C, 38 and 1D. RGB value is (156,56,29). Sum of RGB (Red+Green+Blue) = 156+56+29=241 (31% of max value = 765). Red value is 156 (61.33% from 255 or 64.73% from 241); Green value is 56 (22.27% from 255 or 23.24% from 241); Blue value is 29 (11.72% from 255 or 12.03% from 241); Max value from RGB is 156 - color contains mainly: red. Hex color #9C381D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9C381D is #63C7E2. Grayscale: #535353. Windows color (decimal): -6539235 or 1915036. OLE color: 1915036.

HSL color Cylindrical-coordinate representation of color #9C381D: hue angle of 12.76º degrees, saturation: 0.69, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #9C381D is Cyan = 0, Magento = 0.64, Yellow = 0.81 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 56 29 -
CMYK 0 0.64 0.81 0.39
HSL 12.76º 0.69% 0.36% -
HSV(B) 12.76º 0.81% 0.61% -
XYZ 15.35 9.98 2.28 -
YUV 82.82 97.63 180.2 -
System Red Green Blue C M Y K H S L
Decimal 156 56 29 0 0.64 0.81 0.39 12.76 0.69 0.36
Hex 9C 38 1D 0 40 51 27 D 45 24
Octal 234 70 35 0 100 121 47 15 105 44
Binary 10011100 111000 11101 0 1000000 1010001 100111 1101 1000101 100100

Color Harmonies of #9C381D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C381D

Black with #9C381D

Text Example


Text Example

White with #9C381D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,56,29); }

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

background-color css

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

 a { background-color: rgb(156,56,29); }

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

border-color css

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

 span { border-color: rgb(156,56,29); }

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