Html Css Color HEX #99431E Tia Maria

📋 copy color: '#99431E'

red 153 ◦ green 67 ◦ blue 30

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

Shades of Tia Maria #99431E

Tints of Tia Maria #99431E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 12%

R = 61.2%
G = 26.8%
B = 12%

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

#99431E (or 0x99431E) is known color: Tia Maria. HEX triplet: 99, 43 and 1E. RGB value is (153,67,30). Sum of RGB (Red+Green+Blue) = 153+67+30=250 (33% of max value = 765). Red value is 153 (60.16% from 255 or 61.2% from 250); Green value is 67 (26.56% from 255 or 26.8% from 250); Blue value is 30 (12.11% from 255 or 12% from 250); Max value from RGB is 153 - color contains mainly: red. Hex color #99431E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #99431E is #66BCE1. Grayscale: #585858. Windows color (decimal): -6733026 or 1983385. OLE color: 1983385.

HSL color Cylindrical-coordinate representation of color #99431E: hue angle of 18.05º degrees, saturation: 0.67, 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 #99431E is Cyan = 0, Magento = 0.56, Yellow = 0.80 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 67 30 -
CMYK 0 0.56 0.80 0.4
HSL 18.05º 0.67% 0.36% -
HSV(B) 18.05º 0.8% 0.6% -
XYZ 15.38 10.88 2.52 -
YUV 88.5 94.99 174.01 -
System Red Green Blue C M Y K H S L
Decimal 153 67 30 0 0.56 0.80 0.4 18.05 0.67 0.36
Hex 99 43 1E 0 38 50 28 12 43 24
Octal 231 103 36 0 70 120 50 22 103 44
Binary 10011001 1000011 11110 0 111000 1010000 101000 10010 1000011 100100

Color Harmonies of #99431E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99431E

Black with #99431E

Text Example


Text Example

White with #99431E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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