Html Css Color HEX #823949 Camelot

📋 copy color: '#823949'

red 130 ◦ green 57 ◦ blue 73

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

Shades of Camelot #823949

Tints of Camelot #823949

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 28.08%

R = 50%
G = 21.92%
B = 28.08%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.44

 K value IS 0.49

RGB Variations

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

Color information

#823949 (or 0x823949) is known color: Camelot. HEX triplet: 82, 39 and 49. RGB value is (130,57,73). Sum of RGB (Red+Green+Blue) = 130+57+73=260 (34% of max value = 765). Red value is 130 (51.17% from 255 or 50% from 260); Green value is 57 (22.66% from 255 or 21.92% from 260); Blue value is 73 (28.91% from 255 or 28.08% from 260); Max value from RGB is 130 - color contains mainly: red. Hex color #823949 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #823949 is #7DC6B6. Grayscale: #505050. Windows color (decimal): -8242871 or 4798850. OLE color: 4798850.

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

Color convert

RGB 130 57 73 -
CMYK 0 0.56 0.44 0.49
HSL 346.85º 0.39% 0.37% -
HSV(B) 346.85º 0.56% 0.51% -
XYZ 11.87 8.15 7.25 -
YUV 80.65 123.68 163.2 -
System Red Green Blue C M Y K H S L
Decimal 130 57 73 0 0.56 0.44 0.49 346.85 0.39 0.37
Hex 82 39 49 0 38 2C 31 15B 27 25
Octal 202 71 111 0 70 54 61 533 47 45
Binary 10000010 111001 1001001 0 111000 101100 110001 101011011 100111 100101

Color Harmonies of #823949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #823949

Black with #823949

Text Example


Text Example

White with #823949

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #823949; }

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

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

background-color css

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

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

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

border-color css

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

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

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