Html Css Color HEX #993C25 Tia Maria

📋 copy color: '#993C25'

red 153 ◦ green 60 ◦ blue 37

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

Shades of Tia Maria #993C25

Tints of Tia Maria #993C25

RGB

 RED value IS 153 (60.16% from 255) = 61.2%

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

 BLUE value IS 37 (14.84% from 255) = 14.8%

R = 61.2%
G = 24%
B = 14.8%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.76

 K value IS 0.4

RGB Variations

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

Color information

#993C25 (or 0x993C25) is known color: Tia Maria. HEX triplet: 99, 3C and 25. RGB value is (153,60,37). Sum of RGB (Red+Green+Blue) = 153+60+37=250 (33% of max value = 765). Red value is 153 (60.16% from 255 or 61.2% from 250); Green value is 60 (23.83% from 255 or 24% from 250); Blue value is 37 (14.84% from 255 or 14.8% from 250); Max value from RGB is 153 - color contains mainly: red. Hex color #993C25 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #993C25 is #66C3DA. Grayscale: #555555. Windows color (decimal): -6734811 or 2440345. OLE color: 2440345.

HSL color Cylindrical-coordinate representation of color #993C25: hue angle of 11.9º degrees, saturation: 0.61, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #993C25 is Cyan = 0, Magento = 0.61, Yellow = 0.76 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 60 37 -
CMYK 0 0.61 0.76 0.4
HSL 11.9º 0.61% 0.37% -
HSV(B) 11.9º 0.76% 0.6% -
XYZ 15.09 10.14 2.91 -
YUV 85.19 100.81 176.37 -
System Red Green Blue C M Y K H S L
Decimal 153 60 37 0 0.61 0.76 0.4 11.9 0.61 0.37
Hex 99 3C 25 0 3D 4C 28 C 3D 25
Octal 231 74 45 0 75 114 50 14 75 45
Binary 10011001 111100 100101 0 111101 1001100 101000 1100 111101 100101

Color Harmonies of #993C25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #993C25

Black with #993C25

Text Example


Text Example

White with #993C25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #993C25; }

 p { color: rgb(153,60,37); }

 H1.HeaderClassName
 {
   color: #993C25;
 }
 .AnyTagClassName
 {
   color: #993C25;
 }
</style>

background-color css

<style>
 a { background-color: #993C25; }

 a { background-color: rgb(153,60,37); }

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

border-color css

<style>
 span { border-color: #993C25; }

 span { border-color: rgb(153,60,37); }

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