Html Css Color HEX #883D49 Camelot

📋 copy color: '#883D49'

red 136 ◦ green 61 ◦ blue 73

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

Shades of Camelot #883D49

Tints of Camelot #883D49

RGB

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

 GREEN value IS 61 (24.22% from 255) = 22.59%

 BLUE value IS 73 (28.91% from 255) = 27.04%

R = 50.37%
G = 22.59%
B = 27.04%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.46

 K value IS 0.47

RGB Variations

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

Color information

#883D49 (or 0x883D49) is known color: Camelot. HEX triplet: 88, 3D and 49. RGB value is (136,61,73). Sum of RGB (Red+Green+Blue) = 136+61+73=270 (35% of max value = 765). Red value is 136 (53.52% from 255 or 50.37% from 270); Green value is 61 (24.22% from 255 or 22.59% from 270); Blue value is 73 (28.91% from 255 or 27.04% from 270); Max value from RGB is 136 - color contains mainly: red. Hex color #883D49 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #883D49 is #77C2B6. Grayscale: #545454. Windows color (decimal): -7848631 or 4799880. OLE color: 4799880.

HSL color Cylindrical-coordinate representation of color #883D49: hue angle of 350.4º degrees, saturation: 0.38, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #883D49 is Cyan = 0, Magento = 0.55, Yellow = 0.46 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 61 73 -
CMYK 0 0.55 0.46 0.47
HSL 350.4º 0.38% 0.39% -
HSV(B) 350.4º 0.55% 0.53% -
XYZ 13.02 9.05 7.36 -
YUV 84.79 121.35 164.52 -
System Red Green Blue C M Y K H S L
Decimal 136 61 73 0 0.55 0.46 0.47 350.4 0.38 0.39
Hex 88 3D 49 0 37 2E 2F 15E 26 27
Octal 210 75 111 0 67 56 57 536 46 47
Binary 10001000 111101 1001001 0 110111 101110 101111 101011110 100110 100111

Color Harmonies of #883D49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #883D49

Black with #883D49

Text Example


Text Example

White with #883D49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #883D49; }

 p { color: rgb(136,61,73); }

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

background-color css

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

 a { background-color: rgb(136,61,73); }

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

border-color css

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

 span { border-color: rgb(136,61,73); }

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