Html Css Color HEX #963C2A Tia Maria

📋 copy color: '#963C2A'

red 150 ◦ green 60 ◦ blue 42

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

Shades of Tia Maria #963C2A

Tints of Tia Maria #963C2A

RGB

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

 GREEN value IS 60 (23.83% from 255) = 23.81%

 BLUE value IS 42 (16.8% from 255) = 16.67%

R = 59.52%
G = 23.81%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.72

 K value IS 0.41

RGB Variations

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

Color information

#963C2A (or 0x963C2A) is known color: Tia Maria. HEX triplet: 96, 3C and 2A. RGB value is (150,60,42). Sum of RGB (Red+Green+Blue) = 150+60+42=252 (33% of max value = 765). Red value is 150 (58.98% from 255 or 59.52% from 252); Green value is 60 (23.83% from 255 or 23.81% from 252); Blue value is 42 (16.80% from 255 or 16.67% from 252); Max value from RGB is 150 - color contains mainly: red. Hex color #963C2A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #963C2A is #69C3D5. Grayscale: #555555. Windows color (decimal): -6931414 or 2768022. OLE color: 2768022.

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

Color convert

RGB 150 60 42 -
CMYK 0 0.6 0.72 0.41
HSL 10º 0.56% 0.38% -
HSV(B) 10º 0.72% 0.59% -
XYZ 14.61 9.88 3.33 -
YUV 84.86 103.82 174.46 -
System Red Green Blue C M Y K H S L
Decimal 150 60 42 0 0.6 0.72 0.41 10 0.56 0.38
Hex 96 3C 2A 0 3C 48 29 A 38 26
Octal 226 74 52 0 74 110 51 12 70 46
Binary 10010110 111100 101010 0 111100 1001000 101001 1010 111000 100110

Color Harmonies of #963C2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #963C2A

Black with #963C2A

Text Example


Text Example

White with #963C2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,60,42); }

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

background-color css

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

 a { background-color: rgb(150,60,42); }

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

border-color css

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

 span { border-color: rgb(150,60,42); }

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