Html Css Color HEX #824354 Camelot

📋 copy color: '#824354'

red 130 ◦ green 67 ◦ blue 84

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

Shades of Camelot #824354

Tints of Camelot #824354

RGB

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

 GREEN value IS 67 (26.56% from 255) = 23.84%

 BLUE value IS 84 (33.2% from 255) = 29.89%

R = 46.26%
G = 23.84%
B = 29.89%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.35

 K value IS 0.49

RGB Variations

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

Color information

#824354 (or 0x824354) is known color: Camelot. HEX triplet: 82, 43 and 54. RGB value is (130,67,84). Sum of RGB (Red+Green+Blue) = 130+67+84=281 (37% of max value = 765). Red value is 130 (51.17% from 255 or 46.26% from 281); Green value is 67 (26.56% from 255 or 23.84% from 281); Blue value is 84 (33.20% from 255 or 29.89% from 281); Max value from RGB is 130 - color contains mainly: red. Hex color #824354 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #824354 is #7DBCAB. Grayscale: #575757. Windows color (decimal): -8240300 or 5522306. OLE color: 5522306.

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

Color convert

RGB 130 67 84 -
CMYK 0 0.48 0.35 0.49
HSL 343.81º 0.32% 0.39% -
HSV(B) 343.81º 0.48% 0.51% -
XYZ 12.81 9.4 9.53 -
YUV 87.78 125.87 158.12 -
System Red Green Blue C M Y K H S L
Decimal 130 67 84 0 0.48 0.35 0.49 343.81 0.32 0.39
Hex 82 43 54 0 30 23 31 158 20 27
Octal 202 103 124 0 60 43 61 530 40 47
Binary 10000010 1000011 1010100 0 110000 100011 110001 101011000 100000 100111

Color Harmonies of #824354

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824354

Black with #824354

Text Example


Text Example

White with #824354

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #824354; }

 p { color: rgb(130,67,84); }

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

background-color css

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

 a { background-color: rgb(130,67,84); }

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

border-color css

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

 span { border-color: rgb(130,67,84); }

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