Html Css Color HEX #963A29 Tia Maria

📋 copy color: '#963A29'

red 150 ◦ green 58 ◦ blue 41

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

Shades of Tia Maria #963A29

Tints of Tia Maria #963A29

RGB

 RED value IS 150 (58.98% from 255) = 60.24%

 GREEN value IS 58 (23.05% from 255) = 23.29%

 BLUE value IS 41 (16.41% from 255) = 16.47%

R = 60.24%
G = 23.29%
B = 16.47%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.73

 K value IS 0.41

RGB Variations

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

Color information

#963A29 (or 0x963A29) is known color: Tia Maria. HEX triplet: 96, 3A and 29. RGB value is (150,58,41). Sum of RGB (Red+Green+Blue) = 150+58+41=249 (32% of max value = 765). Red value is 150 (58.98% from 255 or 60.24% from 249); Green value is 58 (23.05% from 255 or 23.29% from 249); Blue value is 41 (16.41% from 255 or 16.47% from 249); Max value from RGB is 150 - color contains mainly: red. Hex color #963A29 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #963A29 is #69C5D6. Grayscale: #535353. Windows color (decimal): -6931927 or 2701974. OLE color: 2701974.

HSL color Cylindrical-coordinate representation of color #963A29: hue angle of 9.36º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #963A29 is Cyan = 0, Magento = 0.61, Yellow = 0.73 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 58 41 -
CMYK 0 0.61 0.73 0.41
HSL 9.36º 0.57% 0.37% -
HSV(B) 9.36º 0.73% 0.59% -
XYZ 14.49 9.67 3.2 -
YUV 83.57 103.98 175.38 -
System Red Green Blue C M Y K H S L
Decimal 150 58 41 0 0.61 0.73 0.41 9.36 0.57 0.37
Hex 96 3A 29 0 3D 49 29 9 39 25
Octal 226 72 51 0 75 111 51 11 71 45
Binary 10010110 111010 101001 0 111101 1001001 101001 1001 111001 100101

Color Harmonies of #963A29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #963A29

Black with #963A29

Text Example


Text Example

White with #963A29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #963A29; }

 p { color: rgb(150,58,41); }

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

background-color css

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

 a { background-color: rgb(150,58,41); }

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

border-color css

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

 span { border-color: rgb(150,58,41); }

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