Html Css Color HEX #99431F Tia Maria

📋 copy color: '#99431F'

red 153 ◦ green 67 ◦ blue 31

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

Shades of Tia Maria #99431F

Tints of Tia Maria #99431F

RGB

 RED value IS 153 (60.16% from 255) = 60.96%

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

 BLUE value IS 31 (12.5% from 255) = 12.35%

R = 60.96%
G = 26.69%
B = 12.35%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.80

 K value IS 0.4

RGB Variations

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

Color information

#99431F (or 0x99431F) is known color: Tia Maria. HEX triplet: 99, 43 and 1F. RGB value is (153,67,31). Sum of RGB (Red+Green+Blue) = 153+67+31=251 (33% of max value = 765). Red value is 153 (60.16% from 255 or 60.96% from 251); Green value is 67 (26.56% from 255 or 26.69% from 251); Blue value is 31 (12.5% from 255 or 12.35% from 251); Max value from RGB is 153 - color contains mainly: red. Hex color #99431F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #99431F is #66BCE0. Grayscale: #585858. Windows color (decimal): -6733025 or 2048921. OLE color: 2048921.

HSL color Cylindrical-coordinate representation of color #99431F: hue angle of 17.7º degrees, saturation: 0.66, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #99431F is Cyan = 0, Magento = 0.56, Yellow = 0.80 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 67 31 -
CMYK 0 0.56 0.80 0.4
HSL 17.7º 0.66% 0.36% -
HSV(B) 17.7º 0.8% 0.6% -
XYZ 15.39 10.89 2.59 -
YUV 88.61 95.49 173.93 -
System Red Green Blue C M Y K H S L
Decimal 153 67 31 0 0.56 0.80 0.4 17.7 0.66 0.36
Hex 99 43 1F 0 38 50 28 12 42 24
Octal 231 103 37 0 70 120 50 22 102 44
Binary 10011001 1000011 11111 0 111000 1010000 101000 10010 1000010 100100

Color Harmonies of #99431F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99431F

Black with #99431F

Text Example


Text Example

White with #99431F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #99431F; }

 p { color: rgb(153,67,31); }

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

background-color css

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

 a { background-color: rgb(153,67,31); }

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

border-color css

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

 span { border-color: rgb(153,67,31); }

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