Html Css Color HEX #824456 Camelot

📋 copy color: '#824456'

red 130 ◦ green 68 ◦ blue 86

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

Shades of Camelot #824456

Tints of Camelot #824456

RGB

 RED value IS 130 (51.17% from 255) = 45.77%

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

 BLUE value IS 86 (33.98% from 255) = 30.28%

R = 45.77%
G = 23.94%
B = 30.28%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.34

 K value IS 0.49

RGB Variations

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

Color information

#824456 (or 0x824456) is known color: Camelot. HEX triplet: 82, 44 and 56. RGB value is (130,68,86). Sum of RGB (Red+Green+Blue) = 130+68+86=284 (37% of max value = 765). Red value is 130 (51.17% from 255 or 45.77% from 284); Green value is 68 (26.95% from 255 or 23.94% from 284); Blue value is 86 (33.98% from 255 or 30.28% from 284); Max value from RGB is 130 - color contains mainly: red. Hex color #824456 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #824456 is #7DBBA9. Grayscale: #585858. Windows color (decimal): -8240042 or 5653634. OLE color: 5653634.

HSL color Cylindrical-coordinate representation of color #824456: hue angle of 342.58º degrees, saturation: 0.31, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #824456 is Cyan = 0, Magento = 0.48, Yellow = 0.34 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 68 86 -
CMYK 0 0.48 0.34 0.49
HSL 342.58º 0.31% 0.39% -
HSV(B) 342.58º 0.48% 0.51% -
XYZ 12.95 9.55 9.97 -
YUV 88.59 126.54 157.54 -
System Red Green Blue C M Y K H S L
Decimal 130 68 86 0 0.48 0.34 0.49 342.58 0.31 0.39
Hex 82 44 56 0 30 22 31 157 1F 27
Octal 202 104 126 0 60 42 61 527 37 47
Binary 10000010 1000100 1010110 0 110000 100010 110001 101010111 11111 100111

Color Harmonies of #824456

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824456

Black with #824456

Text Example


Text Example

White with #824456

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #824456; }

 p { color: rgb(130,68,86); }

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

background-color css

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

 a { background-color: rgb(130,68,86); }

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

border-color css

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

 span { border-color: rgb(130,68,86); }

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