Html Css Color HEX #824554 Camelot

📋 copy color: '#824554'

red 130 ◦ green 69 ◦ blue 84

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

Shades of Camelot #824554

Tints of Camelot #824554

RGB

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

 GREEN value IS 69 (27.34% from 255) = 24.38%

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

R = 45.94%
G = 24.38%
B = 29.68%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.35

 K value IS 0.49

RGB Variations

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

Color information

#824554 (or 0x824554) is known color: Camelot. HEX triplet: 82, 45 and 54. RGB value is (130,69,84). Sum of RGB (Red+Green+Blue) = 130+69+84=283 (37% of max value = 765). Red value is 130 (51.17% from 255 or 45.94% from 283); Green value is 69 (27.34% from 255 or 24.38% from 283); Blue value is 84 (33.20% from 255 or 29.68% from 283); Max value from RGB is 130 - color contains mainly: red. Hex color #824554 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #824554 is #7DBAAB. Grayscale: #585858. Windows color (decimal): -8239788 or 5522818. OLE color: 5522818.

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

Color convert

RGB 130 69 84 -
CMYK 0 0.47 0.35 0.49
HSL 345.25º 0.31% 0.39% -
HSV(B) 345.25º 0.47% 0.51% -
XYZ 12.93 9.64 9.57 -
YUV 88.95 125.21 157.28 -
System Red Green Blue C M Y K H S L
Decimal 130 69 84 0 0.47 0.35 0.49 345.25 0.31 0.39
Hex 82 45 54 0 2F 23 31 159 1F 27
Octal 202 105 124 0 57 43 61 531 37 47
Binary 10000010 1000101 1010100 0 101111 100011 110001 101011001 11111 100111

Color Harmonies of #824554

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824554

Black with #824554

Text Example


Text Example

White with #824554

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #824554; }

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

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

background-color css

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

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

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

border-color css

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

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

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