Html Css Color HEX #96452B Tia Maria

📋 copy color: '#96452B'

red 150 ◦ green 69 ◦ blue 43

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

Shades of Tia Maria #96452B

Tints of Tia Maria #96452B

RGB

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

 GREEN value IS 69 (27.34% from 255) = 26.34%

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

R = 57.25%
G = 26.34%
B = 16.41%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.71

 K value IS 0.41

RGB Variations

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

Color information

#96452B (or 0x96452B) is known color: Tia Maria. HEX triplet: 96, 45 and 2B. RGB value is (150,69,43). Sum of RGB (Red+Green+Blue) = 150+69+43=262 (34% of max value = 765). Red value is 150 (58.98% from 255 or 57.25% from 262); Green value is 69 (27.34% from 255 or 26.34% from 262); Blue value is 43 (17.19% from 255 or 16.41% from 262); Max value from RGB is 150 - color contains mainly: red. Hex color #96452B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #96452B is #69BAD4. Grayscale: #5A5A5A. Windows color (decimal): -6929109 or 2835862. OLE color: 2835862.

HSL color Cylindrical-coordinate representation of color #96452B: hue angle of 14.58º 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 #96452B is Cyan = 0, Magento = 0.54, Yellow = 0.71 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 69 43 -
CMYK 0 0.54 0.71 0.41
HSL 14.58º 0.55% 0.38% -
HSV(B) 14.58º 0.71% 0.59% -
XYZ 15.14 10.91 3.59 -
YUV 90.26 101.34 170.61 -
System Red Green Blue C M Y K H S L
Decimal 150 69 43 0 0.54 0.71 0.41 14.58 0.55 0.38
Hex 96 45 2B 0 36 47 29 F 37 26
Octal 226 105 53 0 66 107 51 17 67 46
Binary 10010110 1000101 101011 0 110110 1000111 101001 1111 110111 100110

Color Harmonies of #96452B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96452B

Black with #96452B

Text Example


Text Example

White with #96452B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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