Html Css Color HEX #93402F Tia Maria

📋 copy color: '#93402F'

red 147 ◦ green 64 ◦ blue 47

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

Shades of Tia Maria #93402F

Tints of Tia Maria #93402F

RGB

 RED value IS 147 (57.81% from 255) = 56.98%

 GREEN value IS 64 (25.39% from 255) = 24.81%

 BLUE value IS 47 (18.75% from 255) = 18.22%

R = 56.98%
G = 24.81%
B = 18.22%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.68

 K value IS 0.42

RGB Variations

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

Color information

#93402F (or 0x93402F) is known color: Tia Maria. HEX triplet: 93, 40 and 2F. RGB value is (147,64,47). Sum of RGB (Red+Green+Blue) = 147+64+47=258 (34% of max value = 765). Red value is 147 (57.81% from 255 or 56.98% from 258); Green value is 64 (25.39% from 255 or 24.81% from 258); Blue value is 47 (18.75% from 255 or 18.22% from 258); Max value from RGB is 147 - color contains mainly: red. Hex color #93402F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #93402F is #6CBFD0. Grayscale: #575757. Windows color (decimal): -7126993 or 3096723. OLE color: 3096723.

HSL color Cylindrical-coordinate representation of color #93402F: hue angle of 10.2º degrees, saturation: 0.52, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #93402F is Cyan = 0, Magento = 0.56, Yellow = 0.68 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 64 47 -
CMYK 0 0.56 0.68 0.42
HSL 10.2º 0.52% 0.38% -
HSV(B) 10.2º 0.68% 0.58% -
XYZ 14.38 10.08 3.88 -
YUV 86.88 105.5 170.88 -
System Red Green Blue C M Y K H S L
Decimal 147 64 47 0 0.56 0.68 0.42 10.2 0.52 0.38
Hex 93 40 2F 0 38 44 2A A 34 26
Octal 223 100 57 0 70 104 52 12 64 46
Binary 10010011 1000000 101111 0 111000 1000100 101010 1010 110100 100110

Color Harmonies of #93402F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93402F

Black with #93402F

Text Example


Text Example

White with #93402F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(147,64,47); }

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

background-color css

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

 a { background-color: rgb(147,64,47); }

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

border-color css

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

 span { border-color: rgb(147,64,47); }

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