Html Css Color HEX #8A374A Camelot

📋 copy color: '#8A374A'

red 138 ◦ green 55 ◦ blue 74

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

Shades of Camelot #8A374A

Tints of Camelot #8A374A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 27.72%

R = 51.69%
G = 20.6%
B = 27.72%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.46

 K value IS 0.46

RGB Variations

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

Color information

#8A374A (or 0x8A374A) is known color: Camelot. HEX triplet: 8A, 37 and 4A. RGB value is (138,55,74). Sum of RGB (Red+Green+Blue) = 138+55+74=267 (35% of max value = 765). Red value is 138 (54.30% from 255 or 51.69% from 267); Green value is 55 (21.88% from 255 or 20.60% from 267); Blue value is 74 (29.30% from 255 or 27.72% from 267); Max value from RGB is 138 - color contains mainly: red. Hex color #8A374A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8A374A is #75C8B5. Grayscale: #515151. Windows color (decimal): -7719094 or 4863882. OLE color: 4863882.

HSL color Cylindrical-coordinate representation of color #8A374A: hue angle of 346.27º 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 #8A374A is Cyan = 0, Magento = 0.60, Yellow = 0.46 and Black (K on CMYK) = 0.46.

Color convert

RGB 138 55 74 -
CMYK 0 0.60 0.46 0.46
HSL 346.27º 0.43% 0.38% -
HSV(B) 346.27º 0.6% 0.54% -
XYZ 13.08 8.63 7.45 -
YUV 81.98 123.5 167.96 -
System Red Green Blue C M Y K H S L
Decimal 138 55 74 0 0.60 0.46 0.46 346.27 0.43 0.38
Hex 8A 37 4A 0 3C 2E 2E 15A 2B 26
Octal 212 67 112 0 74 56 56 532 53 46
Binary 10001010 110111 1001010 0 111100 101110 101110 101011010 101011 100110

Color Harmonies of #8A374A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A374A

Black with #8A374A

Text Example


Text Example

White with #8A374A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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