Html Css Color HEX #823846 Camelot

📋 copy color: '#823846'

red 130 ◦ green 56 ◦ blue 70

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

Shades of Camelot #823846

Tints of Camelot #823846

RGB

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

 GREEN value IS 56 (22.27% from 255) = 21.88%

 BLUE value IS 70 (27.73% from 255) = 27.34%

R = 50.78%
G = 21.88%
B = 27.34%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.46

 K value IS 0.49

RGB Variations

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

Color information

#823846 (or 0x823846) is known color: Camelot. HEX triplet: 82, 38 and 46. RGB value is (130,56,70). Sum of RGB (Red+Green+Blue) = 130+56+70=256 (33% of max value = 765). Red value is 130 (51.17% from 255 or 50.78% from 256); Green value is 56 (22.27% from 255 or 21.88% from 256); Blue value is 70 (27.73% from 255 or 27.34% from 256); Max value from RGB is 130 - color contains mainly: red. Hex color #823846 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #823846 is #7DC7B9. Grayscale: #4F4F4F. Windows color (decimal): -8243130 or 4601986. OLE color: 4601986.

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

Color convert

RGB 130 56 70 -
CMYK 0 0.57 0.46 0.49
HSL 348.65º 0.4% 0.36% -
HSV(B) 348.65º 0.57% 0.51% -
XYZ 11.73 8.02 6.72 -
YUV 79.72 122.52 163.86 -
System Red Green Blue C M Y K H S L
Decimal 130 56 70 0 0.57 0.46 0.49 348.65 0.4 0.36
Hex 82 38 46 0 39 2E 31 15D 28 24
Octal 202 70 106 0 71 56 61 535 50 44
Binary 10000010 111000 1000110 0 111001 101110 110001 101011101 101000 100100

Color Harmonies of #823846

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #823846

Black with #823846

Text Example


Text Example

White with #823846

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #823846; }

 p { color: rgb(130,56,70); }

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

background-color css

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

 a { background-color: rgb(130,56,70); }

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

border-color css

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

 span { border-color: rgb(130,56,70); }

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