Html Css Color HEX #824755 Camelot

📋 copy color: '#824755'

red 130 ◦ green 71 ◦ blue 85

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

Shades of Camelot #824755

Tints of Camelot #824755

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 29.72%

R = 45.45%
G = 24.83%
B = 29.72%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.35

 K value IS 0.49

RGB Variations

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

Color information

#824755 (or 0x824755) is known color: Camelot. HEX triplet: 82, 47 and 55. RGB value is (130,71,85). Sum of RGB (Red+Green+Blue) = 130+71+85=286 (37% of max value = 765). Red value is 130 (51.17% from 255 or 45.45% from 286); Green value is 71 (28.12% from 255 or 24.83% from 286); Blue value is 85 (33.59% from 255 or 29.72% from 286); Max value from RGB is 130 - color contains mainly: red. Hex color #824755 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #824755 is #7DB8AA. Grayscale: #5A5A5A. Windows color (decimal): -8239275 or 5588866. OLE color: 5588866.

HSL color Cylindrical-coordinate representation of color #824755: hue angle of 345.76º 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 #824755 is Cyan = 0, Magento = 0.45, Yellow = 0.35 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 71 85 -
CMYK 0 0.45 0.35 0.49
HSL 345.76º 0.29% 0.39% -
HSV(B) 345.76º 0.45% 0.51% -
XYZ 13.1 9.91 9.82 -
YUV 90.24 125.05 156.36 -
System Red Green Blue C M Y K H S L
Decimal 130 71 85 0 0.45 0.35 0.49 345.76 0.29 0.39
Hex 82 47 55 0 2D 23 31 15A 1D 27
Octal 202 107 125 0 55 43 61 532 35 47
Binary 10000010 1000111 1010101 0 101101 100011 110001 101011010 11101 100111

Color Harmonies of #824755

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824755

Black with #824755

Text Example


Text Example

White with #824755

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #824755; }

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

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

background-color css

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

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

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

border-color css

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

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

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