Html Css Color HEX #954833 Tia Maria

📋 copy color: '#954833'

red 149 ◦ green 72 ◦ blue 51

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

Shades of Tia Maria #954833

Tints of Tia Maria #954833

RGB

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

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

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

R = 54.78%
G = 26.47%
B = 18.75%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.66

 K value IS 0.42

RGB Variations

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

Color information

#954833 (or 0x954833) is known color: Tia Maria. HEX triplet: 95, 48 and 33. RGB value is (149,72,51). Sum of RGB (Red+Green+Blue) = 149+72+51=272 (36% of max value = 765). Red value is 149 (58.59% from 255 or 54.78% from 272); Green value is 72 (28.52% from 255 or 26.47% from 272); Blue value is 51 (20.31% from 255 or 18.75% from 272); Max value from RGB is 149 - color contains mainly: red. Hex color #954833 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #954833 is #6AB7CC. Grayscale: #5C5C5C. Windows color (decimal): -6993869 or 3360917. OLE color: 3360917.

HSL color Cylindrical-coordinate representation of color #954833: hue angle of 12.86º degrees, saturation: 0.49, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #954833 is Cyan = 0, Magento = 0.52, Yellow = 0.66 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 72 51 -
CMYK 0 0.52 0.66 0.42
HSL 12.86º 0.49% 0.39% -
HSV(B) 12.86º 0.66% 0.58% -
XYZ 15.31 11.26 4.5 -
YUV 92.63 104.51 168.21 -
System Red Green Blue C M Y K H S L
Decimal 149 72 51 0 0.52 0.66 0.42 12.86 0.49 0.39
Hex 95 48 33 0 34 42 2A D 31 27
Octal 225 110 63 0 64 102 52 15 61 47
Binary 10010101 1001000 110011 0 110100 1000010 101010 1101 110001 100111

Color Harmonies of #954833

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #954833

Black with #954833

Text Example


Text Example

White with #954833

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #954833; }

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

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

background-color css

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

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

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

border-color css

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

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

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