Html Css Color HEX #824756 Camelot

📋 copy color: '#824756'

red 130 ◦ green 71 ◦ blue 86

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

Shades of Camelot #824756

Tints of Camelot #824756

RGB

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

 GREEN value IS 71 (28.13% from 255) = 24.74%

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

R = 45.3%
G = 24.74%
B = 29.97%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.34

 K value IS 0.49

RGB Variations

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

Color information

#824756 (or 0x824756) is known color: Camelot. HEX triplet: 82, 47 and 56. RGB value is (130,71,86). Sum of RGB (Red+Green+Blue) = 130+71+86=287 (38% of max value = 765). Red value is 130 (51.17% from 255 or 45.30% from 287); Green value is 71 (28.12% from 255 or 24.74% from 287); Blue value is 86 (33.98% from 255 or 29.97% from 287); Max value from RGB is 130 - color contains mainly: red. Hex color #824756 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #824756 is #7DB8A9. Grayscale: #5A5A5A. Windows color (decimal): -8239274 or 5654402. OLE color: 5654402.

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

Color convert

RGB 130 71 86 -
CMYK 0 0.45 0.34 0.49
HSL 344.75º 0.29% 0.39% -
HSV(B) 344.75º 0.45% 0.51% -
XYZ 13.14 9.92 10.03 -
YUV 90.35 125.55 156.28 -
System Red Green Blue C M Y K H S L
Decimal 130 71 86 0 0.45 0.34 0.49 344.75 0.29 0.39
Hex 82 47 56 0 2D 22 31 159 1D 27
Octal 202 107 126 0 55 42 61 531 35 47
Binary 10000010 1000111 1010110 0 101101 100010 110001 101011001 11101 100111

Color Harmonies of #824756

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824756

Black with #824756

Text Example


Text Example

White with #824756

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #824756; }

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

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

background-color css

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

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

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

border-color css

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

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

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