Html Css Color HEX #8B4353 Camelot

📋 copy color: '#8B4353'

red 139 ◦ green 67 ◦ blue 83

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

Shades of Camelot #8B4353

Tints of Camelot #8B4353

RGB

 RED value IS 139 (54.69% from 255) = 48.1%

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

 BLUE value IS 83 (32.81% from 255) = 28.72%

R = 48.1%
G = 23.18%
B = 28.72%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.40

 K value IS 0.45

RGB Variations

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

Color information

#8B4353 (or 0x8B4353) is known color: Camelot. HEX triplet: 8B, 43 and 53. RGB value is (139,67,83). Sum of RGB (Red+Green+Blue) = 139+67+83=289 (38% of max value = 765). Red value is 139 (54.69% from 255 or 48.10% from 289); Green value is 67 (26.56% from 255 or 23.18% from 289); Blue value is 83 (32.81% from 255 or 28.72% from 289); Max value from RGB is 139 - color contains mainly: red. Hex color #8B4353 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B4353 is #74BCAC. Grayscale: #5A5A5A. Windows color (decimal): -7650477 or 5456779. OLE color: 5456779.

HSL color Cylindrical-coordinate representation of color #8B4353: hue angle of 346.67º degrees, saturation: 0.35, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #8B4353 is Cyan = 0, Magento = 0.52, Yellow = 0.40 and Black (K on CMYK) = 0.45.

Color convert

RGB 139 67 83 -
CMYK 0 0.52 0.40 0.45
HSL 346.67º 0.35% 0.4% -
HSV(B) 346.67º 0.52% 0.55% -
XYZ 14.22 10.13 9.39 -
YUV 90.35 123.85 162.7 -
System Red Green Blue C M Y K H S L
Decimal 139 67 83 0 0.52 0.40 0.45 346.67 0.35 0.4
Hex 8B 43 53 0 34 28 2D 15B 23 28
Octal 213 103 123 0 64 50 55 533 43 50
Binary 10001011 1000011 1010011 0 110100 101000 101101 101011011 100011 101000

Color Harmonies of #8B4353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B4353

Black with #8B4353

Text Example


Text Example

White with #8B4353

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,67,83); }

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

background-color css

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

 a { background-color: rgb(139,67,83); }

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

border-color css

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

 span { border-color: rgb(139,67,83); }

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