Html Css Color HEX #823B49 Camelot

📋 copy color: '#823B49'

red 130 ◦ green 59 ◦ blue 73

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

Shades of Camelot #823B49

Tints of Camelot #823B49

RGB

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

 GREEN value IS 59 (23.44% from 255) = 22.52%

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

R = 49.62%
G = 22.52%
B = 27.86%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.44

 K value IS 0.49

RGB Variations

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

Color information

#823B49 (or 0x823B49) is known color: Camelot. HEX triplet: 82, 3B and 49. RGB value is (130,59,73). Sum of RGB (Red+Green+Blue) = 130+59+73=262 (34% of max value = 765). Red value is 130 (51.17% from 255 or 49.62% from 262); Green value is 59 (23.44% from 255 or 22.52% from 262); Blue value is 73 (28.91% from 255 or 27.86% from 262); Max value from RGB is 130 - color contains mainly: red. Hex color #823B49 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #823B49 is #7DC4B6. Grayscale: #515151. Windows color (decimal): -8242359 or 4799362. OLE color: 4799362.

HSL color Cylindrical-coordinate representation of color #823B49: hue angle of 348.17º degrees, saturation: 0.38, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #823B49 is Cyan = 0, Magento = 0.55, Yellow = 0.44 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 59 73 -
CMYK 0 0.55 0.44 0.49
HSL 348.17º 0.38% 0.37% -
HSV(B) 348.17º 0.55% 0.51% -
XYZ 11.97 8.35 7.28 -
YUV 81.83 123.02 162.36 -
System Red Green Blue C M Y K H S L
Decimal 130 59 73 0 0.55 0.44 0.49 348.17 0.38 0.37
Hex 82 3B 49 0 37 2C 31 15C 26 25
Octal 202 73 111 0 67 54 61 534 46 45
Binary 10000010 111011 1001001 0 110111 101100 110001 101011100 100110 100101

Color Harmonies of #823B49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #823B49

Black with #823B49

Text Example


Text Example

White with #823B49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #823B49; }

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

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

background-color css

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

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

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

border-color css

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

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

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