Html Css Color HEX #993926 Tia Maria

📋 copy color: '#993926'

red 153 ◦ green 57 ◦ blue 38

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

Shades of Tia Maria #993926

Tints of Tia Maria #993926

RGB

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

 GREEN value IS 57 (22.66% from 255) = 22.98%

 BLUE value IS 38 (15.23% from 255) = 15.32%

R = 61.69%
G = 22.98%
B = 15.32%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.75

 K value IS 0.4

RGB Variations

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

Color information

#993926 (or 0x993926) is known color: Tia Maria. HEX triplet: 99, 39 and 26. RGB value is (153,57,38). Sum of RGB (Red+Green+Blue) = 153+57+38=248 (32% of max value = 765). Red value is 153 (60.16% from 255 or 61.69% from 248); Green value is 57 (22.66% from 255 or 22.98% from 248); Blue value is 38 (15.23% from 255 or 15.32% from 248); Max value from RGB is 153 - color contains mainly: red. Hex color #993926 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #993926 is #66C6D9. Grayscale: #535353. Windows color (decimal): -6735578 or 2505113. OLE color: 2505113.

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

Color convert

RGB 153 57 38 -
CMYK 0 0.63 0.75 0.4
HSL 9.91º 0.6% 0.37% -
HSV(B) 9.91º 0.75% 0.6% -
XYZ 14.95 9.84 2.94 -
YUV 83.54 102.3 177.54 -
System Red Green Blue C M Y K H S L
Decimal 153 57 38 0 0.63 0.75 0.4 9.91 0.6 0.37
Hex 99 39 26 0 3F 4B 28 A 3C 25
Octal 231 71 46 0 77 113 50 12 74 45
Binary 10011001 111001 100110 0 111111 1001011 101000 1010 111100 100101

Color Harmonies of #993926

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #993926

Black with #993926

Text Example


Text Example

White with #993926

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #993926; }

 p { color: rgb(153,57,38); }

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

background-color css

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

 a { background-color: rgb(153,57,38); }

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

border-color css

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

 span { border-color: rgb(153,57,38); }

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