Html Css Color HEX #9B3C1C Tia Maria

📋 copy color: '#9B3C1C'

red 155 ◦ green 60 ◦ blue 28

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

Shades of Tia Maria #9B3C1C

Tints of Tia Maria #9B3C1C

RGB

 RED value IS 155 (60.94% from 255) = 63.79%

 GREEN value IS 60 (23.83% from 255) = 24.69%

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

R = 63.79%
G = 24.69%
B = 11.52%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.82

 K value IS 0.39

RGB Variations

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

Color information

#9B3C1C (or 0x9B3C1C) is known color: Tia Maria. HEX triplet: 9B, 3C and 1C. RGB value is (155,60,28). Sum of RGB (Red+Green+Blue) = 155+60+28=243 (32% of max value = 765). Red value is 155 (60.94% from 255 or 63.79% from 243); Green value is 60 (23.83% from 255 or 24.69% from 243); Blue value is 28 (11.33% from 255 or 11.52% from 243); Max value from RGB is 155 - color contains mainly: red. Hex color #9B3C1C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B3C1C is #64C3E3. Grayscale: #545454. Windows color (decimal): -6603748 or 1850523. OLE color: 1850523.

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

Color convert

RGB 155 60 28 -
CMYK 0 0.61 0.82 0.39
HSL 15.12º 0.69% 0.36% -
HSV(B) 15.12º 0.82% 0.61% -
XYZ 15.34 10.28 2.27 -
YUV 84.76 95.97 178.1 -
System Red Green Blue C M Y K H S L
Decimal 155 60 28 0 0.61 0.82 0.39 15.12 0.69 0.36
Hex 9B 3C 1C 0 3D 52 27 F 45 24
Octal 233 74 34 0 75 122 47 17 105 44
Binary 10011011 111100 11100 0 111101 1010010 100111 1111 1000101 100100

Color Harmonies of #9B3C1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B3C1C

Black with #9B3C1C

Text Example


Text Example

White with #9B3C1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,60,28); }

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

background-color css

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

 a { background-color: rgb(155,60,28); }

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

border-color css

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

 span { border-color: rgb(155,60,28); }

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