Html Css Color HEX #824657 Camelot

📋 copy color: '#824657'

red 130 ◦ green 70 ◦ blue 87

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

Shades of Camelot #824657

Tints of Camelot #824657

RGB

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

 GREEN value IS 70 (27.73% from 255) = 24.39%

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

R = 45.3%
G = 24.39%
B = 30.31%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.33

 K value IS 0.49

RGB Variations

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

Color information

#824657 (or 0x824657) is known color: Camelot. HEX triplet: 82, 46 and 57. RGB value is (130,70,87). Sum of RGB (Red+Green+Blue) = 130+70+87=287 (38% of max value = 765). Red value is 130 (51.17% from 255 or 45.30% from 287); Green value is 70 (27.73% from 255 or 24.39% from 287); Blue value is 87 (34.38% from 255 or 30.31% from 287); Max value from RGB is 130 - color contains mainly: red. Hex color #824657 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #824657 is #7DB9A8. Grayscale: #595959. Windows color (decimal): -8239529 or 5719682. OLE color: 5719682.

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

Color convert

RGB 130 70 87 -
CMYK 0 0.46 0.33 0.49
HSL 343º 0.3% 0.39% -
HSV(B) 343º 0.46% 0.51% -
XYZ 13.12 9.81 10.22 -
YUV 89.88 126.38 156.62 -
System Red Green Blue C M Y K H S L
Decimal 130 70 87 0 0.46 0.33 0.49 343 0.3 0.39
Hex 82 46 57 0 2E 21 31 157 1E 27
Octal 202 106 127 0 56 41 61 527 36 47
Binary 10000010 1000110 1010111 0 101110 100001 110001 101010111 11110 100111

Color Harmonies of #824657

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824657

Black with #824657

Text Example


Text Example

White with #824657

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #824657; }

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

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

background-color css

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

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

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

border-color css

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

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

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