Html Css Color HEX #823C48 Camelot

📋 copy color: '#823C48'

red 130 ◦ green 60 ◦ blue 72

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

Shades of Camelot #823C48

Tints of Camelot #823C48

RGB

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

 GREEN value IS 60 (23.83% from 255) = 22.9%

 BLUE value IS 72 (28.52% from 255) = 27.48%

R = 49.62%
G = 22.9%
B = 27.48%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.45

 K value IS 0.49

RGB Variations

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

Color information

#823C48 (or 0x823C48) is known color: Camelot. HEX triplet: 82, 3C and 48. RGB value is (130,60,72). Sum of RGB (Red+Green+Blue) = 130+60+72=262 (34% of max value = 765). Red value is 130 (51.17% from 255 or 49.62% from 262); Green value is 60 (23.83% from 255 or 22.90% from 262); Blue value is 72 (28.52% from 255 or 27.48% from 262); Max value from RGB is 130 - color contains mainly: red. Hex color #823C48 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #823C48 is #7DC3B7. Grayscale: #525252. Windows color (decimal): -8242104 or 4734082. OLE color: 4734082.

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

Color convert

RGB 130 60 72 -
CMYK 0 0.54 0.45 0.49
HSL 349.71º 0.37% 0.37% -
HSV(B) 349.71º 0.54% 0.51% -
XYZ 11.99 8.45 7.13 -
YUV 82.3 122.19 162.02 -
System Red Green Blue C M Y K H S L
Decimal 130 60 72 0 0.54 0.45 0.49 349.71 0.37 0.37
Hex 82 3C 48 0 36 2D 31 15E 25 25
Octal 202 74 110 0 66 55 61 536 45 45
Binary 10000010 111100 1001000 0 110110 101101 110001 101011110 100101 100101

Color Harmonies of #823C48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #823C48

Black with #823C48

Text Example


Text Example

White with #823C48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,60,72); }

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

background-color css

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

 a { background-color: rgb(130,60,72); }

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

border-color css

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

 span { border-color: rgb(130,60,72); }

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