Html Css Color HEX #954233 Tia Maria

📋 copy color: '#954233'

red 149 ◦ green 66 ◦ blue 51

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

Shades of Tia Maria #954233

Tints of Tia Maria #954233

RGB

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

 GREEN value IS 66 (26.17% from 255) = 24.81%

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

R = 56.02%
G = 24.81%
B = 19.17%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.66

 K value IS 0.42

RGB Variations

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

Color information

#954233 (or 0x954233) is known color: Tia Maria. HEX triplet: 95, 42 and 33. RGB value is (149,66,51). Sum of RGB (Red+Green+Blue) = 149+66+51=266 (35% of max value = 765). Red value is 149 (58.59% from 255 or 56.02% from 266); Green value is 66 (26.17% from 255 or 24.81% from 266); Blue value is 51 (20.31% from 255 or 19.17% from 266); Max value from RGB is 149 - color contains mainly: red. Hex color #954233 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #954233 is #6ABDCC. Grayscale: #595959. Windows color (decimal): -6995405 or 3359381. OLE color: 3359381.

HSL color Cylindrical-coordinate representation of color #954233: hue angle of 9.18º 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 #954233 is Cyan = 0, Magento = 0.56, Yellow = 0.66 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 66 51 -
CMYK 0 0.56 0.66 0.42
HSL 9.18º 0.49% 0.39% -
HSV(B) 9.18º 0.66% 0.58% -
XYZ 14.94 10.53 4.38 -
YUV 89.11 106.5 170.72 -
System Red Green Blue C M Y K H S L
Decimal 149 66 51 0 0.56 0.66 0.42 9.18 0.49 0.39
Hex 95 42 33 0 38 42 2A 9 31 27
Octal 225 102 63 0 70 102 52 11 61 47
Binary 10010101 1000010 110011 0 111000 1000010 101010 1001 110001 100111

Color Harmonies of #954233

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #954233

Black with #954233

Text Example


Text Example

White with #954233

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #954233; }

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

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

background-color css

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

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

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

border-color css

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

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

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