Html Css Color HEX #883246 Camelot

📋 copy color: '#883246'

red 136 ◦ green 50 ◦ blue 70

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

Shades of Camelot #883246

Tints of Camelot #883246

RGB

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

 GREEN value IS 50 (19.92% from 255) = 19.53%

 BLUE value IS 70 (27.73% from 255) = 27.34%

R = 53.13%
G = 19.53%
B = 27.34%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.49

 K value IS 0.47

RGB Variations

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

Color information

#883246 (or 0x883246) is known color: Camelot. HEX triplet: 88, 32 and 46. RGB value is (136,50,70). Sum of RGB (Red+Green+Blue) = 136+50+70=256 (33% of max value = 765). Red value is 136 (53.52% from 255 or 53.12% from 256); Green value is 50 (19.92% from 255 or 19.53% from 256); Blue value is 70 (27.73% from 255 or 27.34% from 256); Max value from RGB is 136 - color contains mainly: red. Hex color #883246 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #883246 is #77CDB9. Grayscale: #4E4E4E. Windows color (decimal): -7851450 or 4600456. OLE color: 4600456.

HSL color Cylindrical-coordinate representation of color #883246: hue angle of 346.05º degrees, saturation: 0.46, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #883246 is Cyan = 0, Magento = 0.63, Yellow = 0.49 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 50 70 -
CMYK 0 0.63 0.49 0.47
HSL 346.05º 0.46% 0.36% -
HSV(B) 346.05º 0.63% 0.53% -
XYZ 12.4 7.96 6.68 -
YUV 77.99 123.49 169.37 -
System Red Green Blue C M Y K H S L
Decimal 136 50 70 0 0.63 0.49 0.47 346.05 0.46 0.36
Hex 88 32 46 0 3F 31 2F 15A 2E 24
Octal 210 62 106 0 77 61 57 532 56 44
Binary 10001000 110010 1000110 0 111111 110001 101111 101011010 101110 100100

Color Harmonies of #883246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #883246

Black with #883246

Text Example


Text Example

White with #883246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #883246; }

 p { color: rgb(136,50,70); }

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

background-color css

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

 a { background-color: rgb(136,50,70); }

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

border-color css

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

 span { border-color: rgb(136,50,70); }

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