Html Css Color HEX #823546 Camelot

📋 copy color: '#823546'

red 130 ◦ green 53 ◦ blue 70

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

Shades of Camelot #823546

Tints of Camelot #823546

RGB

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

 GREEN value IS 53 (21.09% from 255) = 20.95%

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

R = 51.38%
G = 20.95%
B = 27.67%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.46

 K value IS 0.49

RGB Variations

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

Color information

#823546 (or 0x823546) is known color: Camelot. HEX triplet: 82, 35 and 46. RGB value is (130,53,70). Sum of RGB (Red+Green+Blue) = 130+53+70=253 (33% of max value = 765). Red value is 130 (51.17% from 255 or 51.38% from 253); Green value is 53 (21.09% from 255 or 20.95% from 253); Blue value is 70 (27.73% from 255 or 27.67% from 253); Max value from RGB is 130 - color contains mainly: red. Hex color #823546 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #823546 is #7DCAB9. Grayscale: #4D4D4D. Windows color (decimal): -8243898 or 4601218. OLE color: 4601218.

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

Color convert

RGB 130 53 70 -
CMYK 0 0.59 0.46 0.49
HSL 346.75º 0.42% 0.36% -
HSV(B) 346.75º 0.59% 0.51% -
XYZ 11.58 7.73 6.68 -
YUV 77.96 123.51 165.12 -
System Red Green Blue C M Y K H S L
Decimal 130 53 70 0 0.59 0.46 0.49 346.75 0.42 0.36
Hex 82 35 46 0 3B 2E 31 15B 2A 24
Octal 202 65 106 0 73 56 61 533 52 44
Binary 10000010 110101 1000110 0 111011 101110 110001 101011011 101010 100100

Color Harmonies of #823546

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #823546

Black with #823546

Text Example


Text Example

White with #823546

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #823546; }

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

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

background-color css

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

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

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

border-color css

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

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

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