Html Css Color HEX #944130 Tia Maria

📋 copy color: '#944130'

red 148 ◦ green 65 ◦ blue 48

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

Shades of Tia Maria #944130

Tints of Tia Maria #944130

RGB

 RED value IS 148 (58.2% from 255) = 56.7%

 GREEN value IS 65 (25.78% from 255) = 24.9%

 BLUE value IS 48 (19.14% from 255) = 18.39%

R = 56.7%
G = 24.9%
B = 18.39%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.68

 K value IS 0.42

RGB Variations

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

Color information

#944130 (or 0x944130) is known color: Tia Maria. HEX triplet: 94, 41 and 30. RGB value is (148,65,48). Sum of RGB (Red+Green+Blue) = 148+65+48=261 (34% of max value = 765). Red value is 148 (58.20% from 255 or 56.70% from 261); Green value is 65 (25.78% from 255 or 24.90% from 261); Blue value is 48 (19.14% from 255 or 18.39% from 261); Max value from RGB is 148 - color contains mainly: red. Hex color #944130 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #944130 is #6BBECF. Grayscale: #585858. Windows color (decimal): -7061200 or 3162516. OLE color: 3162516.

HSL color Cylindrical-coordinate representation of color #944130: hue angle of 10.2º degrees, saturation: 0.51, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #944130 is Cyan = 0, Magento = 0.56, Yellow = 0.68 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 65 48 -
CMYK 0 0.56 0.68 0.42
HSL 10.2º 0.51% 0.38% -
HSV(B) 10.2º 0.68% 0.58% -
XYZ 14.64 10.29 4.01 -
YUV 87.88 105.5 170.88 -
System Red Green Blue C M Y K H S L
Decimal 148 65 48 0 0.56 0.68 0.42 10.2 0.51 0.38
Hex 94 41 30 0 38 44 2A A 33 26
Octal 224 101 60 0 70 104 52 12 63 46
Binary 10010100 1000001 110000 0 111000 1000100 101010 1010 110011 100110

Color Harmonies of #944130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #944130

Black with #944130

Text Example


Text Example

White with #944130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #944130; }

 p { color: rgb(148,65,48); }

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

background-color css

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

 a { background-color: rgb(148,65,48); }

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

border-color css

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

 span { border-color: rgb(148,65,48); }

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