Html Css Color HEX #824857 Camelot

📋 copy color: '#824857'

red 130 ◦ green 72 ◦ blue 87

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

Shades of Camelot #824857

Tints of Camelot #824857

RGB

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

 GREEN value IS 72 (28.52% from 255) = 24.91%

 BLUE value IS 87 (34.38% from 255) = 30.1%

R = 44.98%
G = 24.91%
B = 30.1%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.33

 K value IS 0.49

RGB Variations

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

Color information

#824857 (or 0x824857) is known color: Camelot. HEX triplet: 82, 48 and 57. RGB value is (130,72,87). Sum of RGB (Red+Green+Blue) = 130+72+87=289 (38% of max value = 765). Red value is 130 (51.17% from 255 or 44.98% from 289); Green value is 72 (28.52% from 255 or 24.91% from 289); Blue value is 87 (34.38% from 255 or 30.10% from 289); Max value from RGB is 130 - color contains mainly: red. Hex color #824857 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #824857 is #7DB7A8. Grayscale: #5B5B5B. Windows color (decimal): -8239017 or 5720194. OLE color: 5720194.

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

Color convert

RGB 130 72 87 -
CMYK 0 0.45 0.33 0.49
HSL 344.48º 0.29% 0.4% -
HSV(B) 344.48º 0.45% 0.51% -
XYZ 13.24 10.07 10.26 -
YUV 91.05 125.72 155.78 -
System Red Green Blue C M Y K H S L
Decimal 130 72 87 0 0.45 0.33 0.49 344.48 0.29 0.4
Hex 82 48 57 0 2D 21 31 158 1D 28
Octal 202 110 127 0 55 41 61 530 35 50
Binary 10000010 1001000 1010111 0 101101 100001 110001 101011000 11101 101000

Color Harmonies of #824857

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824857

Black with #824857

Text Example


Text Example

White with #824857

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #824857; }

 p { color: rgb(130,72,87); }

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

background-color css

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

 a { background-color: rgb(130,72,87); }

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

border-color css

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

 span { border-color: rgb(130,72,87); }

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