Html Css Color HEX #963D2C Tia Maria

📋 copy color: '#963D2C'

red 150 ◦ green 61 ◦ blue 44

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

Shades of Tia Maria #963D2C

Tints of Tia Maria #963D2C

RGB

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

 GREEN value IS 61 (24.22% from 255) = 23.92%

 BLUE value IS 44 (17.58% from 255) = 17.25%

R = 58.82%
G = 23.92%
B = 17.25%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.71

 K value IS 0.41

RGB Variations

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

Color information

#963D2C (or 0x963D2C) is known color: Tia Maria. HEX triplet: 96, 3D and 2C. RGB value is (150,61,44). Sum of RGB (Red+Green+Blue) = 150+61+44=255 (33% of max value = 765). Red value is 150 (58.98% from 255 or 58.82% from 255); Green value is 61 (24.22% from 255 or 23.92% from 255); Blue value is 44 (17.58% from 255 or 17.25% from 255); Max value from RGB is 150 - color contains mainly: red. Hex color #963D2C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #963D2C is #69C2D3. Grayscale: #555555. Windows color (decimal): -6931156 or 2899350. OLE color: 2899350.

HSL color Cylindrical-coordinate representation of color #963D2C: hue angle of 9.62º degrees, saturation: 0.55, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #963D2C is Cyan = 0, Magento = 0.59, Yellow = 0.71 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 61 44 -
CMYK 0 0.59 0.71 0.41
HSL 9.62º 0.55% 0.38% -
HSV(B) 9.62º 0.71% 0.59% -
XYZ 14.7 10 3.54 -
YUV 85.67 104.49 173.88 -
System Red Green Blue C M Y K H S L
Decimal 150 61 44 0 0.59 0.71 0.41 9.62 0.55 0.38
Hex 96 3D 2C 0 3B 47 29 A 37 26
Octal 226 75 54 0 73 107 51 12 67 46
Binary 10010110 111101 101100 0 111011 1000111 101001 1010 110111 100110

Color Harmonies of #963D2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #963D2C

Black with #963D2C

Text Example


Text Example

White with #963D2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,61,44); }

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

background-color css

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

 a { background-color: rgb(150,61,44); }

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

border-color css

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

 span { border-color: rgb(150,61,44); }

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