Html Css Color HEX #823648 Camelot

📋 copy color: '#823648'

red 130 ◦ green 54 ◦ blue 72

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

Shades of Camelot #823648

Tints of Camelot #823648

RGB

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

 GREEN value IS 54 (21.48% from 255) = 21.09%

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

R = 50.78%
G = 21.09%
B = 28.13%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.45

 K value IS 0.49

RGB Variations

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

Color information

#823648 (or 0x823648) is known color: Camelot. HEX triplet: 82, 36 and 48. RGB value is (130,54,72). Sum of RGB (Red+Green+Blue) = 130+54+72=256 (33% of max value = 765). Red value is 130 (51.17% from 255 or 50.78% from 256); Green value is 54 (21.48% from 255 or 21.09% from 256); Blue value is 72 (28.52% from 255 or 28.12% from 256); Max value from RGB is 130 - color contains mainly: red. Hex color #823648 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #823648 is #7DC9B7. Grayscale: #4E4E4E. Windows color (decimal): -8243640 or 4732546. OLE color: 4732546.

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

Color convert

RGB 130 54 72 -
CMYK 0 0.58 0.45 0.49
HSL 345.79º 0.41% 0.36% -
HSV(B) 345.79º 0.58% 0.51% -
XYZ 11.69 7.85 7.03 -
YUV 78.78 124.18 164.54 -
System Red Green Blue C M Y K H S L
Decimal 130 54 72 0 0.58 0.45 0.49 345.79 0.41 0.36
Hex 82 36 48 0 3A 2D 31 15A 29 24
Octal 202 66 110 0 72 55 61 532 51 44
Binary 10000010 110110 1001000 0 111010 101101 110001 101011010 101001 100100

Color Harmonies of #823648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #823648

Black with #823648

Text Example


Text Example

White with #823648

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #823648; }

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

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

background-color css

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

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

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

border-color css

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

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

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