Html Css Color HEX #8A3746 Camelot

📋 copy color: '#8A3746'

red 138 ◦ green 55 ◦ blue 70

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

Shades of Camelot #8A3746

Tints of Camelot #8A3746

RGB

 RED value IS 138 (54.3% from 255) = 52.47%

 GREEN value IS 55 (21.88% from 255) = 20.91%

 BLUE value IS 70 (27.73% from 255) = 26.62%

R = 52.47%
G = 20.91%
B = 26.62%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.49

 K value IS 0.46

RGB Variations

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

Color information

#8A3746 (or 0x8A3746) is known color: Camelot. HEX triplet: 8A, 37 and 46. RGB value is (138,55,70). Sum of RGB (Red+Green+Blue) = 138+55+70=263 (34% of max value = 765). Red value is 138 (54.30% from 255 or 52.47% from 263); Green value is 55 (21.88% from 255 or 20.91% from 263); Blue value is 70 (27.73% from 255 or 26.62% from 263); Max value from RGB is 138 - color contains mainly: red. Hex color #8A3746 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8A3746 is #75C8B9. Grayscale: #515151. Windows color (decimal): -7719098 or 4601738. OLE color: 4601738.

HSL color Cylindrical-coordinate representation of color #8A3746: hue angle of 349.16º degrees, saturation: 0.43, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8A3746 is Cyan = 0, Magento = 0.60, Yellow = 0.49 and Black (K on CMYK) = 0.46.

Color convert

RGB 138 55 70 -
CMYK 0 0.60 0.49 0.46
HSL 349.16º 0.43% 0.38% -
HSV(B) 349.16º 0.6% 0.54% -
XYZ 12.95 8.58 6.77 -
YUV 81.53 121.5 168.28 -
System Red Green Blue C M Y K H S L
Decimal 138 55 70 0 0.60 0.49 0.46 349.16 0.43 0.38
Hex 8A 37 46 0 3C 31 2E 15D 2B 26
Octal 212 67 106 0 74 61 56 535 53 46
Binary 10001010 110111 1000110 0 111100 110001 101110 101011101 101011 100110

Color Harmonies of #8A3746

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A3746

Black with #8A3746

Text Example


Text Example

White with #8A3746

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8A3746; }

 p { color: rgb(138,55,70); }

 H1.HeaderClassName
 {
   color: #8A3746;
 }
 .AnyTagClassName
 {
   color: #8A3746;
 }
</style>

background-color css

<style>
 a { background-color: #8A3746; }

 a { background-color: rgb(138,55,70); }

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

border-color css

<style>
 span { border-color: #8A3746; }

 span { border-color: rgb(138,55,70); }

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