Html Css Color HEX #963D27 Tia Maria

📋 copy color: '#963D27'

red 150 ◦ green 61 ◦ blue 39

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

Shades of Tia Maria #963D27

Tints of Tia Maria #963D27

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 15.6%

R = 60%
G = 24.4%
B = 15.6%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.74

 K value IS 0.41

RGB Variations

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

Color information

#963D27 (or 0x963D27) is known color: Tia Maria. HEX triplet: 96, 3D and 27. RGB value is (150,61,39). Sum of RGB (Red+Green+Blue) = 150+61+39=250 (33% of max value = 765). Red value is 150 (58.98% from 255 or 60% from 250); Green value is 61 (24.22% from 255 or 24.4% from 250); Blue value is 39 (15.62% from 255 or 15.6% from 250); Max value from RGB is 150 - color contains mainly: red. Hex color #963D27 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #963D27 is #69C2D8. Grayscale: #555555. Windows color (decimal): -6931161 or 2571670. OLE color: 2571670.

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

Color convert

RGB 150 61 39 -
CMYK 0 0.59 0.74 0.41
HSL 11.89º 0.59% 0.37% -
HSV(B) 11.89º 0.74% 0.59% -
XYZ 14.61 9.97 3.07 -
YUV 85.1 101.99 174.29 -
System Red Green Blue C M Y K H S L
Decimal 150 61 39 0 0.59 0.74 0.41 11.89 0.59 0.37
Hex 96 3D 27 0 3B 4A 29 C 3B 25
Octal 226 75 47 0 73 112 51 14 73 45
Binary 10010110 111101 100111 0 111011 1001010 101001 1100 111011 100101

Color Harmonies of #963D27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #963D27

Black with #963D27

Text Example


Text Example

White with #963D27

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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