Html Css Color HEX #883848 Camelot

📋 copy color: '#883848'

red 136 ◦ green 56 ◦ blue 72

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

Shades of Camelot #883848

Tints of Camelot #883848

RGB

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

 GREEN value IS 56 (22.27% from 255) = 21.21%

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

R = 51.52%
G = 21.21%
B = 27.27%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.47

 K value IS 0.47

RGB Variations

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

Color information

#883848 (or 0x883848) is known color: Camelot. HEX triplet: 88, 38 and 48. RGB value is (136,56,72). Sum of RGB (Red+Green+Blue) = 136+56+72=264 (34% of max value = 765). Red value is 136 (53.52% from 255 or 51.52% from 264); Green value is 56 (22.27% from 255 or 21.21% from 264); Blue value is 72 (28.52% from 255 or 27.27% from 264); Max value from RGB is 136 - color contains mainly: red. Hex color #883848 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #883848 is #77C7B7. Grayscale: #515151. Windows color (decimal): -7849912 or 4733064. OLE color: 4733064.

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

Color convert

RGB 136 56 72 -
CMYK 0 0.59 0.47 0.47
HSL 348º 0.42% 0.38% -
HSV(B) 348º 0.59% 0.53% -
XYZ 12.74 8.53 7.11 -
YUV 81.74 122.5 166.7 -
System Red Green Blue C M Y K H S L
Decimal 136 56 72 0 0.59 0.47 0.47 348 0.42 0.38
Hex 88 38 48 0 3B 2F 2F 15C 2A 26
Octal 210 70 110 0 73 57 57 534 52 46
Binary 10001000 111000 1001000 0 111011 101111 101111 101011100 101010 100110

Color Harmonies of #883848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #883848

Black with #883848

Text Example


Text Example

White with #883848

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #883848; }

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

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

background-color css

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

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

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

border-color css

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

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

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