Html Css Color HEX #883548 Camelot

📋 copy color: '#883548'

red 136 ◦ green 53 ◦ blue 72

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

Shades of Camelot #883548

Tints of Camelot #883548

RGB

 RED value IS 136 (53.52% from 255) = 52.11%

 GREEN value IS 53 (21.09% from 255) = 20.31%

 BLUE value IS 72 (28.52% from 255) = 27.59%

R = 52.11%
G = 20.31%
B = 27.59%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.47

 K value IS 0.47

RGB Variations

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

Color information

#883548 (or 0x883548) is known color: Camelot. HEX triplet: 88, 35 and 48. RGB value is (136,53,72). Sum of RGB (Red+Green+Blue) = 136+53+72=261 (34% of max value = 765). Red value is 136 (53.52% from 255 or 52.11% from 261); Green value is 53 (21.09% from 255 or 20.31% from 261); Blue value is 72 (28.52% from 255 or 27.59% from 261); Max value from RGB is 136 - color contains mainly: red. Hex color #883548 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #883548 is #77CAB7. Grayscale: #4F4F4F. Windows color (decimal): -7850680 or 4732296. OLE color: 4732296.

HSL color Cylindrical-coordinate representation of color #883548: hue angle of 346.27º degrees, saturation: 0.44, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #883548 is Cyan = 0, Magento = 0.61, Yellow = 0.47 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 53 72 -
CMYK 0 0.61 0.47 0.47
HSL 346.27º 0.44% 0.37% -
HSV(B) 346.27º 0.61% 0.53% -
XYZ 12.6 8.25 7.06 -
YUV 79.98 123.5 167.96 -
System Red Green Blue C M Y K H S L
Decimal 136 53 72 0 0.61 0.47 0.47 346.27 0.44 0.37
Hex 88 35 48 0 3D 2F 2F 15A 2C 25
Octal 210 65 110 0 75 57 57 532 54 45
Binary 10001000 110101 1001000 0 111101 101111 101111 101011010 101100 100101

Color Harmonies of #883548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #883548

Black with #883548

Text Example


Text Example

White with #883548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #883548; }

 p { color: rgb(136,53,72); }

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

background-color css

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

 a { background-color: rgb(136,53,72); }

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

border-color css

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

 span { border-color: rgb(136,53,72); }

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