Html Css Color HEX #914430 Tia Maria

📋 copy color: '#914430'

red 145 ◦ green 68 ◦ blue 48

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

Shades of Tia Maria #914430

Tints of Tia Maria #914430

RGB

 RED value IS 145 (57.03% from 255) = 55.56%

 GREEN value IS 68 (26.95% from 255) = 26.05%

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

R = 55.56%
G = 26.05%
B = 18.39%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.67

 K value IS 0.43

RGB Variations

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

Color information

#914430 (or 0x914430) is known color: Tia Maria. HEX triplet: 91, 44 and 30. RGB value is (145,68,48). Sum of RGB (Red+Green+Blue) = 145+68+48=261 (34% of max value = 765). Red value is 145 (57.03% from 255 or 55.56% from 261); Green value is 68 (26.95% from 255 or 26.05% from 261); Blue value is 48 (19.14% from 255 or 18.39% from 261); Max value from RGB is 145 - color contains mainly: red. Hex color #914430 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #914430 is #6EBBCF. Grayscale: #585858. Windows color (decimal): -7257040 or 3163281. OLE color: 3163281.

HSL color Cylindrical-coordinate representation of color #914430: hue angle of 12.37º degrees, saturation: 0.5, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #914430 is Cyan = 0, Magento = 0.53, Yellow = 0.67 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 68 48 -
CMYK 0 0.53 0.67 0.43
HSL 12.37º 0.5% 0.38% -
HSV(B) 12.37º 0.67% 0.57% -
XYZ 14.28 10.37 4.04 -
YUV 88.74 105.01 168.13 -
System Red Green Blue C M Y K H S L
Decimal 145 68 48 0 0.53 0.67 0.43 12.37 0.5 0.38
Hex 91 44 30 0 35 43 2B C 32 26
Octal 221 104 60 0 65 103 53 14 62 46
Binary 10010001 1000100 110000 0 110101 1000011 101011 1100 110010 100110

Color Harmonies of #914430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #914430

Black with #914430

Text Example


Text Example

White with #914430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #914430; }

 p { color: rgb(145,68,48); }

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

background-color css

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

 a { background-color: rgb(145,68,48); }

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

border-color css

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

 span { border-color: rgb(145,68,48); }

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