Html Css Color HEX #954028 Tia Maria

📋 copy color: '#954028'

red 149 ◦ green 64 ◦ blue 40

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

Shades of Tia Maria #954028

Tints of Tia Maria #954028

RGB

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

 GREEN value IS 64 (25.39% from 255) = 25.3%

 BLUE value IS 40 (16.02% from 255) = 15.81%

R = 58.89%
G = 25.3%
B = 15.81%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.73

 K value IS 0.42

RGB Variations

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

Color information

#954028 (or 0x954028) is known color: Tia Maria. HEX triplet: 95, 40 and 28. RGB value is (149,64,40). Sum of RGB (Red+Green+Blue) = 149+64+40=253 (33% of max value = 765). Red value is 149 (58.59% from 255 or 58.89% from 253); Green value is 64 (25.39% from 255 or 25.30% from 253); Blue value is 40 (16.02% from 255 or 15.81% from 253); Max value from RGB is 149 - color contains mainly: red. Hex color #954028 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #954028 is #6ABFD7. Grayscale: #565656. Windows color (decimal): -6995928 or 2637973. OLE color: 2637973.

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

Color convert

RGB 149 64 40 -
CMYK 0 0.57 0.73 0.42
HSL 13.21º 0.58% 0.37% -
HSV(B) 13.21º 0.73% 0.58% -
XYZ 14.61 10.21 3.21 -
YUV 86.68 101.66 172.45 -
System Red Green Blue C M Y K H S L
Decimal 149 64 40 0 0.57 0.73 0.42 13.21 0.58 0.37
Hex 95 40 28 0 39 49 2A D 3A 25
Octal 225 100 50 0 71 111 52 15 72 45
Binary 10010101 1000000 101000 0 111001 1001001 101010 1101 111010 100101

Color Harmonies of #954028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #954028

Black with #954028

Text Example


Text Example

White with #954028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #954028; }

 p { color: rgb(149,64,40); }

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

background-color css

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

 a { background-color: rgb(149,64,40); }

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

border-color css

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

 span { border-color: rgb(149,64,40); }

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