Html Css Color HEX #954327 Tia Maria

📋 copy color: '#954327'

red 149 ◦ green 67 ◦ blue 39

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

Shades of Tia Maria #954327

Tints of Tia Maria #954327

RGB

 RED value IS 149 (58.59% from 255) = 58.43%

 GREEN value IS 67 (26.56% from 255) = 26.27%

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

R = 58.43%
G = 26.27%
B = 15.29%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.74

 K value IS 0.42

RGB Variations

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

Color information

#954327 (or 0x954327) is known color: Tia Maria. HEX triplet: 95, 43 and 27. RGB value is (149,67,39). Sum of RGB (Red+Green+Blue) = 149+67+39=255 (33% of max value = 765). Red value is 149 (58.59% from 255 or 58.43% from 255); Green value is 67 (26.56% from 255 or 26.27% from 255); Blue value is 39 (15.62% from 255 or 15.29% from 255); Max value from RGB is 149 - color contains mainly: red. Hex color #954327 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #954327 is #6ABCD8. Grayscale: #585858. Windows color (decimal): -6995161 or 2573205. OLE color: 2573205.

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

Color convert

RGB 149 67 39 -
CMYK 0 0.55 0.74 0.42
HSL 15.27º 0.59% 0.37% -
HSV(B) 15.27º 0.74% 0.58% -
XYZ 14.77 10.55 3.18 -
YUV 88.33 100.17 171.28 -
System Red Green Blue C M Y K H S L
Decimal 149 67 39 0 0.55 0.74 0.42 15.27 0.59 0.37
Hex 95 43 27 0 37 4A 2A F 3B 25
Octal 225 103 47 0 67 112 52 17 73 45
Binary 10010101 1000011 100111 0 110111 1001010 101010 1111 111011 100101

Color Harmonies of #954327

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #954327

Black with #954327

Text Example


Text Example

White with #954327

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #954327; }

 p { color: rgb(149,67,39); }

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

background-color css

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

 a { background-color: rgb(149,67,39); }

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

border-color css

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

 span { border-color: rgb(149,67,39); }

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