Html Css Color HEX #823954 Camelot

📋 copy color: '#823954'

red 130 ◦ green 57 ◦ blue 84

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

Shades of Camelot #823954

Tints of Camelot #823954

RGB

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

 GREEN value IS 57 (22.66% from 255) = 21.03%

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

R = 47.97%
G = 21.03%
B = 31%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.35

 K value IS 0.49

RGB Variations

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

Color information

#823954 (or 0x823954) is known color: Camelot. HEX triplet: 82, 39 and 54. RGB value is (130,57,84). Sum of RGB (Red+Green+Blue) = 130+57+84=271 (35% of max value = 765). Red value is 130 (51.17% from 255 or 47.97% from 271); Green value is 57 (22.66% from 255 or 21.03% from 271); Blue value is 84 (33.20% from 255 or 31.00% from 271); Max value from RGB is 130 - color contains mainly: red. Hex color #823954 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #823954 is #7DC6AB. Grayscale: #515151. Windows color (decimal): -8242860 or 5519746. OLE color: 5519746.

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

Color convert

RGB 130 57 84 -
CMYK 0 0.56 0.35 0.49
HSL 337.81º 0.39% 0.37% -
HSV(B) 337.81º 0.56% 0.51% -
XYZ 12.27 8.31 9.35 -
YUV 81.91 129.18 162.3 -
System Red Green Blue C M Y K H S L
Decimal 130 57 84 0 0.56 0.35 0.49 337.81 0.39 0.37
Hex 82 39 54 0 38 23 31 152 27 25
Octal 202 71 124 0 70 43 61 522 47 45
Binary 10000010 111001 1010100 0 111000 100011 110001 101010010 100111 100101

Color Harmonies of #823954

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #823954

Black with #823954

Text Example


Text Example

White with #823954

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #823954; }

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

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

background-color css

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

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

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

border-color css

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

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

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