Html Css Color HEX #884452 Camelot

📋 copy color: '#884452'

red 136 ◦ green 68 ◦ blue 82

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

Shades of Camelot #884452

Tints of Camelot #884452

RGB

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

 GREEN value IS 68 (26.95% from 255) = 23.78%

 BLUE value IS 82 (32.42% from 255) = 28.67%

R = 47.55%
G = 23.78%
B = 28.67%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.40

 K value IS 0.47

RGB Variations

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

Color information

#884452 (or 0x884452) is known color: Camelot. HEX triplet: 88, 44 and 52. RGB value is (136,68,82). Sum of RGB (Red+Green+Blue) = 136+68+82=286 (37% of max value = 765). Red value is 136 (53.52% from 255 or 47.55% from 286); Green value is 68 (26.95% from 255 or 23.78% from 286); Blue value is 82 (32.42% from 255 or 28.67% from 286); Max value from RGB is 136 - color contains mainly: red. Hex color #884452 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #884452 is #77BBAD. Grayscale: #595959. Windows color (decimal): -7846830 or 5391496. OLE color: 5391496.

HSL color Cylindrical-coordinate representation of color #884452: hue angle of 347.65º degrees, saturation: 0.33, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #884452 is Cyan = 0, Magento = 0.50, Yellow = 0.40 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 68 82 -
CMYK 0 0.50 0.40 0.47
HSL 347.65º 0.33% 0.4% -
HSV(B) 347.65º 0.5% 0.53% -
XYZ 13.74 9.98 9.18 -
YUV 89.93 123.53 160.86 -
System Red Green Blue C M Y K H S L
Decimal 136 68 82 0 0.50 0.40 0.47 347.65 0.33 0.4
Hex 88 44 52 0 32 28 2F 15C 21 28
Octal 210 104 122 0 62 50 57 534 41 50
Binary 10001000 1000100 1010010 0 110010 101000 101111 101011100 100001 101000

Color Harmonies of #884452

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #884452

Black with #884452

Text Example


Text Example

White with #884452

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #884452; }

 p { color: rgb(136,68,82); }

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

background-color css

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

 a { background-color: rgb(136,68,82); }

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

border-color css

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

 span { border-color: rgb(136,68,82); }

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