Html Css Color HEX #883745 Camelot

📋 copy color: '#883745'

red 136 ◦ green 55 ◦ blue 69

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

Shades of Camelot #883745

Tints of Camelot #883745

RGB

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

 GREEN value IS 55 (21.88% from 255) = 21.15%

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

R = 52.31%
G = 21.15%
B = 26.54%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.49

 K value IS 0.47

RGB Variations

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

Color information

#883745 (or 0x883745) is known color: Camelot. HEX triplet: 88, 37 and 45. RGB value is (136,55,69). Sum of RGB (Red+Green+Blue) = 136+55+69=260 (34% of max value = 765). Red value is 136 (53.52% from 255 or 52.31% from 260); Green value is 55 (21.88% from 255 or 21.15% from 260); Blue value is 69 (27.34% from 255 or 26.54% from 260); Max value from RGB is 136 - color contains mainly: red. Hex color #883745 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #883745 is #77C8BA. Grayscale: #505050. Windows color (decimal): -7850171 or 4536200. OLE color: 4536200.

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

Color convert

RGB 136 55 69 -
CMYK 0 0.60 0.49 0.47
HSL 349.63º 0.42% 0.37% -
HSV(B) 349.63º 0.6% 0.53% -
XYZ 12.59 8.4 6.59 -
YUV 80.82 121.34 167.36 -
System Red Green Blue C M Y K H S L
Decimal 136 55 69 0 0.60 0.49 0.47 349.63 0.42 0.37
Hex 88 37 45 0 3C 31 2F 15E 2A 25
Octal 210 67 105 0 74 61 57 536 52 45
Binary 10001000 110111 1000101 0 111100 110001 101111 101011110 101010 100101

Color Harmonies of #883745

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #883745

Black with #883745

Text Example


Text Example

White with #883745

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #883745; }

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

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

background-color css

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

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

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

border-color css

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

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

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