Html Css Color HEX #963E2D Tia Maria

📋 copy color: '#963E2D'

red 150 ◦ green 62 ◦ blue 45

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

Shades of Tia Maria #963E2D

Tints of Tia Maria #963E2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 17.51%

R = 58.37%
G = 24.12%
B = 17.51%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.70

 K value IS 0.41

RGB Variations

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

Color information

#963E2D (or 0x963E2D) is known color: Tia Maria. HEX triplet: 96, 3E and 2D. RGB value is (150,62,45). Sum of RGB (Red+Green+Blue) = 150+62+45=257 (34% of max value = 765). Red value is 150 (58.98% from 255 or 58.37% from 257); Green value is 62 (24.61% from 255 or 24.12% from 257); Blue value is 45 (17.97% from 255 or 17.51% from 257); Max value from RGB is 150 - color contains mainly: red. Hex color #963E2D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #963E2D is #69C1D2. Grayscale: #565656. Windows color (decimal): -6930899 or 2965142. OLE color: 2965142.

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

Color convert

RGB 150 62 45 -
CMYK 0 0.59 0.70 0.41
HSL 9.71º 0.54% 0.38% -
HSV(B) 9.71º 0.7% 0.59% -
XYZ 14.77 10.12 3.66 -
YUV 86.37 104.65 173.38 -
System Red Green Blue C M Y K H S L
Decimal 150 62 45 0 0.59 0.70 0.41 9.71 0.54 0.38
Hex 96 3E 2D 0 3B 46 29 A 36 26
Octal 226 76 55 0 73 106 51 12 66 46
Binary 10010110 111110 101101 0 111011 1000110 101001 1010 110110 100110

Color Harmonies of #963E2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #963E2D

Black with #963E2D

Text Example


Text Example

White with #963E2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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