Html Css Color HEX #883545 Camelot

📋 copy color: '#883545'

red 136 ◦ green 53 ◦ blue 69

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

Shades of Camelot #883545

Tints of Camelot #883545

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 26.74%

R = 52.71%
G = 20.54%
B = 26.74%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.49

 K value IS 0.47

RGB Variations

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

Color information

#883545 (or 0x883545) is known color: Camelot. HEX triplet: 88, 35 and 45. RGB value is (136,53,69). Sum of RGB (Red+Green+Blue) = 136+53+69=258 (34% of max value = 765). Red value is 136 (53.52% from 255 or 52.71% from 258); Green value is 53 (21.09% from 255 or 20.54% from 258); Blue value is 69 (27.34% from 255 or 26.74% from 258); Max value from RGB is 136 - color contains mainly: red. Hex color #883545 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #883545 is #77CABA. Grayscale: #4F4F4F. Windows color (decimal): -7850683 or 4535688. OLE color: 4535688.

HSL color Cylindrical-coordinate representation of color #883545: hue angle of 348.43º 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 #883545 is Cyan = 0, Magento = 0.61, Yellow = 0.49 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 53 69 -
CMYK 0 0.61 0.49 0.47
HSL 348.43º 0.44% 0.37% -
HSV(B) 348.43º 0.61% 0.53% -
XYZ 12.5 8.21 6.56 -
YUV 79.64 122 168.2 -
System Red Green Blue C M Y K H S L
Decimal 136 53 69 0 0.61 0.49 0.47 348.43 0.44 0.37
Hex 88 35 45 0 3D 31 2F 15C 2C 25
Octal 210 65 105 0 75 61 57 534 54 45
Binary 10001000 110101 1000101 0 111101 110001 101111 101011100 101100 100101

Color Harmonies of #883545

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #883545

Black with #883545

Text Example


Text Example

White with #883545

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #883545; }

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

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

background-color css

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

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

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

border-color css

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

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

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