Html Css Color HEX #914833 Tia Maria

📋 copy color: '#914833'

red 145 ◦ green 72 ◦ blue 51

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

Shades of Tia Maria #914833

Tints of Tia Maria #914833

RGB

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

 GREEN value IS 72 (28.52% from 255) = 26.87%

 BLUE value IS 51 (20.31% from 255) = 19.03%

R = 54.1%
G = 26.87%
B = 19.03%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.65

 K value IS 0.43

RGB Variations

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

Color information

#914833 (or 0x914833) is known color: Tia Maria. HEX triplet: 91, 48 and 33. RGB value is (145,72,51). Sum of RGB (Red+Green+Blue) = 145+72+51=268 (35% of max value = 765). Red value is 145 (57.03% from 255 or 54.10% from 268); Green value is 72 (28.52% from 255 or 26.87% from 268); Blue value is 51 (20.31% from 255 or 19.03% from 268); Max value from RGB is 145 - color contains mainly: red. Hex color #914833 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #914833 is #6EB7CC. Grayscale: #5B5B5B. Windows color (decimal): -7256013 or 3360913. OLE color: 3360913.

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

Color convert

RGB 145 72 51 -
CMYK 0 0.50 0.65 0.43
HSL 13.4º 0.48% 0.38% -
HSV(B) 13.4º 0.65% 0.57% -
XYZ 14.59 10.89 4.47 -
YUV 91.43 105.18 166.21 -
System Red Green Blue C M Y K H S L
Decimal 145 72 51 0 0.50 0.65 0.43 13.4 0.48 0.38
Hex 91 48 33 0 32 41 2B D 30 26
Octal 221 110 63 0 62 101 53 15 60 46
Binary 10010001 1001000 110011 0 110010 1000001 101011 1101 110000 100110

Color Harmonies of #914833

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #914833

Black with #914833

Text Example


Text Example

White with #914833

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #914833; }

 p { color: rgb(145,72,51); }

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

background-color css

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

 a { background-color: rgb(145,72,51); }

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

border-color css

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

 span { border-color: rgb(145,72,51); }

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