Html Css Color HEX #824652 Camelot

📋 copy color: '#824652'

red 130 ◦ green 70 ◦ blue 82

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

Shades of Camelot #824652

Tints of Camelot #824652

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 29.08%

R = 46.1%
G = 24.82%
B = 29.08%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.37

 K value IS 0.49

RGB Variations

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

Color information

#824652 (or 0x824652) is known color: Camelot. HEX triplet: 82, 46 and 52. RGB value is (130,70,82). Sum of RGB (Red+Green+Blue) = 130+70+82=282 (37% of max value = 765). Red value is 130 (51.17% from 255 or 46.10% from 282); Green value is 70 (27.73% from 255 or 24.82% from 282); Blue value is 82 (32.42% from 255 or 29.08% from 282); Max value from RGB is 130 - color contains mainly: red. Hex color #824652 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #824652 is #7DB9AD. Grayscale: #595959. Windows color (decimal): -8239534 or 5392002. OLE color: 5392002.

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

Color convert

RGB 130 70 82 -
CMYK 0 0.46 0.37 0.49
HSL 348º 0.3% 0.39% -
HSV(B) 348º 0.46% 0.51% -
XYZ 12.92 9.74 9.18 -
YUV 89.31 123.88 157.02 -
System Red Green Blue C M Y K H S L
Decimal 130 70 82 0 0.46 0.37 0.49 348 0.3 0.39
Hex 82 46 52 0 2E 25 31 15C 1E 27
Octal 202 106 122 0 56 45 61 534 36 47
Binary 10000010 1000110 1010010 0 101110 100101 110001 101011100 11110 100111

Color Harmonies of #824652

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824652

Black with #824652

Text Example


Text Example

White with #824652

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #824652; }

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

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

background-color css

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

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

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

border-color css

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

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

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