Html Css Color HEX #993C22 Tia Maria

📋 copy color: '#993C22'

red 153 ◦ green 60 ◦ blue 34

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

Shades of Tia Maria #993C22

Tints of Tia Maria #993C22

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 13.77%

R = 61.94%
G = 24.29%
B = 13.77%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.78

 K value IS 0.4

RGB Variations

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

Color information

#993C22 (or 0x993C22) is known color: Tia Maria. HEX triplet: 99, 3C and 22. RGB value is (153,60,34). Sum of RGB (Red+Green+Blue) = 153+60+34=247 (32% of max value = 765). Red value is 153 (60.16% from 255 or 61.94% from 247); Green value is 60 (23.83% from 255 or 24.29% from 247); Blue value is 34 (13.67% from 255 or 13.77% from 247); Max value from RGB is 153 - color contains mainly: red. Hex color #993C22 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #993C22 is #66C3DD. Grayscale: #555555. Windows color (decimal): -6734814 or 2243737. OLE color: 2243737.

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

Color convert

RGB 153 60 34 -
CMYK 0 0.61 0.78 0.4
HSL 13.11º 0.64% 0.37% -
HSV(B) 13.11º 0.78% 0.6% -
XYZ 15.04 10.12 2.67 -
YUV 84.84 99.31 176.61 -
System Red Green Blue C M Y K H S L
Decimal 153 60 34 0 0.61 0.78 0.4 13.11 0.64 0.37
Hex 99 3C 22 0 3D 4E 28 D 40 25
Octal 231 74 42 0 75 116 50 15 100 45
Binary 10011001 111100 100010 0 111101 1001110 101000 1101 1000000 100101

Color Harmonies of #993C22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #993C22

Black with #993C22

Text Example


Text Example

White with #993C22

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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