Html Css Color HEX #943E2B Tia Maria

📋 copy color: '#943E2B'

red 148 ◦ green 62 ◦ blue 43

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

Shades of Tia Maria #943E2B

Tints of Tia Maria #943E2B

RGB

 RED value IS 148 (58.2% from 255) = 58.5%

 GREEN value IS 62 (24.61% from 255) = 24.51%

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

R = 58.5%
G = 24.51%
B = 17%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.71

 K value IS 0.42

RGB Variations

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

Color information

#943E2B (or 0x943E2B) is known color: Tia Maria. HEX triplet: 94, 3E and 2B. RGB value is (148,62,43). Sum of RGB (Red+Green+Blue) = 148+62+43=253 (33% of max value = 765). Red value is 148 (58.20% from 255 or 58.50% from 253); Green value is 62 (24.61% from 255 or 24.51% from 253); Blue value is 43 (17.19% from 255 or 17.00% from 253); Max value from RGB is 148 - color contains mainly: red. Hex color #943E2B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #943E2B is #6BC1D4. Grayscale: #555555. Windows color (decimal): -7061973 or 2834068. OLE color: 2834068.

HSL color Cylindrical-coordinate representation of color #943E2B: hue angle of 10.86º degrees, saturation: 0.55, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #943E2B is Cyan = 0, Magento = 0.58, Yellow = 0.71 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 62 43 -
CMYK 0 0.58 0.71 0.42
HSL 10.86º 0.55% 0.37% -
HSV(B) 10.86º 0.71% 0.58% -
XYZ 14.37 9.92 3.44 -
YUV 85.55 103.99 172.54 -
System Red Green Blue C M Y K H S L
Decimal 148 62 43 0 0.58 0.71 0.42 10.86 0.55 0.37
Hex 94 3E 2B 0 3A 47 2A B 37 25
Octal 224 76 53 0 72 107 52 13 67 45
Binary 10010100 111110 101011 0 111010 1000111 101010 1011 110111 100101

Color Harmonies of #943E2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #943E2B

Black with #943E2B

Text Example


Text Example

White with #943E2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #943E2B; }

 p { color: rgb(148,62,43); }

 H1.HeaderClassName
 {
   color: #943E2B;
 }
 .AnyTagClassName
 {
   color: #943E2B;
 }
</style>

background-color css

<style>
 a { background-color: #943E2B; }

 a { background-color: rgb(148,62,43); }

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

border-color css

<style>
 span { border-color: #943E2B; }

 span { border-color: rgb(148,62,43); }

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