Html Css Color HEX #963E2B Tia Maria

📋 copy color: '#963E2B'

red 150 ◦ green 62 ◦ blue 43

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

Shades of Tia Maria #963E2B

Tints of Tia Maria #963E2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 16.86%

R = 58.82%
G = 24.31%
B = 16.86%

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

#963E2B (or 0x963E2B) is known color: Tia Maria. HEX triplet: 96, 3E and 2B. RGB value is (150,62,43). Sum of RGB (Red+Green+Blue) = 150+62+43=255 (33% of max value = 765). Red value is 150 (58.98% from 255 or 58.82% from 255); Green value is 62 (24.61% from 255 or 24.31% from 255); Blue value is 43 (17.19% from 255 or 16.86% from 255); Max value from RGB is 150 - color contains mainly: red. Hex color #963E2B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #963E2B is #69C1D4. Grayscale: #565656. Windows color (decimal): -6930901 or 2834070. OLE color: 2834070.

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

Color convert

RGB 150 62 43 -
CMYK 0 0.59 0.71 0.41
HSL 10.65º 0.55% 0.38% -
HSV(B) 10.65º 0.71% 0.59% -
XYZ 14.74 10.1 3.46 -
YUV 86.15 103.65 173.54 -
System Red Green Blue C M Y K H S L
Decimal 150 62 43 0 0.59 0.71 0.41 10.65 0.55 0.38
Hex 96 3E 2B 0 3B 47 29 B 37 26
Octal 226 76 53 0 73 107 51 13 67 46
Binary 10010110 111110 101011 0 111011 1000111 101001 1011 110111 100110

Color Harmonies of #963E2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #963E2B

Black with #963E2B

Text Example


Text Example

White with #963E2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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