Html Css Color HEX #96432B Tia Maria

📋 copy color: '#96432B'

red 150 ◦ green 67 ◦ blue 43

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

Shades of Tia Maria #96432B

Tints of Tia Maria #96432B

RGB

 RED value IS 150 (58.98% from 255) = 57.69%

 GREEN value IS 67 (26.56% from 255) = 25.77%

 BLUE value IS 43 (17.19% from 255) = 16.54%

R = 57.69%
G = 25.77%
B = 16.54%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.71

 K value IS 0.41

RGB Variations

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

Color information

#96432B (or 0x96432B) is known color: Tia Maria. HEX triplet: 96, 43 and 2B. RGB value is (150,67,43). Sum of RGB (Red+Green+Blue) = 150+67+43=260 (34% of max value = 765). Red value is 150 (58.98% from 255 or 57.69% from 260); Green value is 67 (26.56% from 255 or 25.77% from 260); Blue value is 43 (17.19% from 255 or 16.54% from 260); Max value from RGB is 150 - color contains mainly: red. Hex color #96432B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #96432B is #69BCD4. Grayscale: #595959. Windows color (decimal): -6929621 or 2835350. OLE color: 2835350.

HSL color Cylindrical-coordinate representation of color #96432B: hue angle of 13.46º degrees, saturation: 0.55, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #96432B is Cyan = 0, Magento = 0.55, Yellow = 0.71 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 67 43 -
CMYK 0 0.55 0.71 0.41
HSL 13.46º 0.55% 0.38% -
HSV(B) 13.46º 0.71% 0.59% -
XYZ 15.02 10.67 3.55 -
YUV 89.08 102 171.45 -
System Red Green Blue C M Y K H S L
Decimal 150 67 43 0 0.55 0.71 0.41 13.46 0.55 0.38
Hex 96 43 2B 0 37 47 29 D 37 26
Octal 226 103 53 0 67 107 51 15 67 46
Binary 10010110 1000011 101011 0 110111 1000111 101001 1101 110111 100110

Color Harmonies of #96432B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96432B

Black with #96432B

Text Example


Text Example

White with #96432B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96432B; }

 p { color: rgb(150,67,43); }

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

background-color css

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

 a { background-color: rgb(150,67,43); }

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

border-color css

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

 span { border-color: rgb(150,67,43); }

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