Html Css Color HEX #963F29 Tia Maria

📋 copy color: '#963F29'

red 150 ◦ green 63 ◦ blue 41

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

Shades of Tia Maria #963F29

Tints of Tia Maria #963F29

RGB

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

 GREEN value IS 63 (25% from 255) = 24.8%

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

R = 59.06%
G = 24.8%
B = 16.14%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.73

 K value IS 0.41

RGB Variations

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

Color information

#963F29 (or 0x963F29) is known color: Tia Maria. HEX triplet: 96, 3F and 29. RGB value is (150,63,41). Sum of RGB (Red+Green+Blue) = 150+63+41=254 (33% of max value = 765). Red value is 150 (58.98% from 255 or 59.06% from 254); Green value is 63 (25% from 255 or 24.80% from 254); Blue value is 41 (16.41% from 255 or 16.14% from 254); Max value from RGB is 150 - color contains mainly: red. Hex color #963F29 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #963F29 is #69C0D6. Grayscale: #565656. Windows color (decimal): -6930647 or 2703254. OLE color: 2703254.

HSL color Cylindrical-coordinate representation of color #963F29: hue angle of 12.11º 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 #963F29 is Cyan = 0, Magento = 0.58, Yellow = 0.73 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 63 41 -
CMYK 0 0.58 0.73 0.41
HSL 12.11º 0.57% 0.37% -
HSV(B) 12.11º 0.73% 0.59% -
XYZ 14.76 10.2 3.29 -
YUV 86.51 102.32 173.29 -
System Red Green Blue C M Y K H S L
Decimal 150 63 41 0 0.58 0.73 0.41 12.11 0.57 0.37
Hex 96 3F 29 0 3A 49 29 C 39 25
Octal 226 77 51 0 72 111 51 14 71 45
Binary 10010110 111111 101001 0 111010 1001001 101001 1100 111001 100101

Color Harmonies of #963F29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #963F29

Black with #963F29

Text Example


Text Example

White with #963F29

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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