Html Css Color HEX #914130 Tia Maria

📋 copy color: '#914130'

red 145 ◦ green 65 ◦ blue 48

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

Shades of Tia Maria #914130

Tints of Tia Maria #914130

RGB

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

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

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

R = 56.2%
G = 25.19%
B = 18.6%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.67

 K value IS 0.43

RGB Variations

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

Color information

#914130 (or 0x914130) is known color: Tia Maria. HEX triplet: 91, 41 and 30. RGB value is (145,65,48). Sum of RGB (Red+Green+Blue) = 145+65+48=258 (34% of max value = 765). Red value is 145 (57.03% from 255 or 56.20% from 258); Green value is 65 (25.78% from 255 or 25.19% from 258); Blue value is 48 (19.14% from 255 or 18.60% from 258); Max value from RGB is 145 - color contains mainly: red. Hex color #914130 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #914130 is #6EBECF. Grayscale: #575757. Windows color (decimal): -7257808 or 3162513. OLE color: 3162513.

HSL color Cylindrical-coordinate representation of color #914130: hue angle of 10.52º 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 #914130 is Cyan = 0, Magento = 0.55, Yellow = 0.67 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 65 48 -
CMYK 0 0.55 0.67 0.43
HSL 10.52º 0.5% 0.38% -
HSV(B) 10.52º 0.67% 0.57% -
XYZ 14.1 10.01 3.99 -
YUV 86.98 106 169.38 -
System Red Green Blue C M Y K H S L
Decimal 145 65 48 0 0.55 0.67 0.43 10.52 0.5 0.38
Hex 91 41 30 0 37 43 2B B 32 26
Octal 221 101 60 0 67 103 53 13 62 46
Binary 10010001 1000001 110000 0 110111 1000011 101011 1011 110010 100110

Color Harmonies of #914130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #914130

Black with #914130

Text Example


Text Example

White with #914130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #914130; }

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

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

background-color css

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

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

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

border-color css

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

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

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