Html Css Color HEX #924433 Tia Maria

📋 copy color: '#924433'

red 146 ◦ green 68 ◦ blue 51

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

Shades of Tia Maria #924433

Tints of Tia Maria #924433

RGB

 RED value IS 146 (57.42% from 255) = 55.09%

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

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

R = 55.09%
G = 25.66%
B = 19.25%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.65

 K value IS 0.43

RGB Variations

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

Color information

#924433 (or 0x924433) is known color: Tia Maria. HEX triplet: 92, 44 and 33. RGB value is (146,68,51). Sum of RGB (Red+Green+Blue) = 146+68+51=265 (35% of max value = 765). Red value is 146 (57.42% from 255 or 55.09% from 265); Green value is 68 (26.95% from 255 or 25.66% from 265); Blue value is 51 (20.31% from 255 or 19.25% from 265); Max value from RGB is 146 - color contains mainly: red. Hex color #924433 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #924433 is #6DBBCC. Grayscale: #595959. Windows color (decimal): -7191501 or 3359890. OLE color: 3359890.

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

Color convert

RGB 146 68 51 -
CMYK 0 0.53 0.65 0.43
HSL 10.74º 0.48% 0.39% -
HSV(B) 10.74º 0.65% 0.57% -
XYZ 14.52 10.48 4.39 -
YUV 89.38 106.34 168.38 -
System Red Green Blue C M Y K H S L
Decimal 146 68 51 0 0.53 0.65 0.43 10.74 0.48 0.39
Hex 92 44 33 0 35 41 2B B 30 27
Octal 222 104 63 0 65 101 53 13 60 47
Binary 10010010 1000100 110011 0 110101 1000001 101011 1011 110000 100111

Color Harmonies of #924433

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #924433

Black with #924433

Text Example


Text Example

White with #924433

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #924433; }

 p { color: rgb(146,68,51); }

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

background-color css

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

 a { background-color: rgb(146,68,51); }

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

border-color css

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

 span { border-color: rgb(146,68,51); }

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