Html Css Color HEX #963E29 Tia Maria

📋 copy color: '#963E29'

red 150 ◦ green 62 ◦ blue 41

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

Shades of Tia Maria #963E29

Tints of Tia Maria #963E29

RGB

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

 GREEN value IS 62 (24.61% from 255) = 24.51%

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

R = 59.29%
G = 24.51%
B = 16.21%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.73

 K value IS 0.41

RGB Variations

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

Color information

#963E29 (or 0x963E29) is known color: Tia Maria. HEX triplet: 96, 3E and 29. RGB value is (150,62,41). Sum of RGB (Red+Green+Blue) = 150+62+41=253 (33% of max value = 765). Red value is 150 (58.98% from 255 or 59.29% from 253); Green value is 62 (24.61% from 255 or 24.51% from 253); Blue value is 41 (16.41% from 255 or 16.21% from 253); Max value from RGB is 150 - color contains mainly: red. Hex color #963E29 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #963E29 is #69C1D6. Grayscale: #565656. Windows color (decimal): -6930903 or 2702998. OLE color: 2702998.

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

Color convert

RGB 150 62 41 -
CMYK 0 0.59 0.73 0.41
HSL 11.56º 0.57% 0.37% -
HSV(B) 11.56º 0.73% 0.59% -
XYZ 14.7 10.09 3.27 -
YUV 85.92 102.65 173.71 -
System Red Green Blue C M Y K H S L
Decimal 150 62 41 0 0.59 0.73 0.41 11.56 0.57 0.37
Hex 96 3E 29 0 3B 49 29 C 39 25
Octal 226 76 51 0 73 111 51 14 71 45
Binary 10010110 111110 101001 0 111011 1001001 101001 1100 111001 100101

Color Harmonies of #963E29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #963E29

Black with #963E29

Text Example


Text Example

White with #963E29

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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