Html Css Color HEX #823650 Camelot

📋 copy color: '#823650'

red 130 ◦ green 54 ◦ blue 80

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

Shades of Camelot #823650

Tints of Camelot #823650

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 30.3%

R = 49.24%
G = 20.45%
B = 30.3%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.38

 K value IS 0.49

RGB Variations

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

Color information

#823650 (or 0x823650) is known color: Camelot. HEX triplet: 82, 36 and 50. RGB value is (130,54,80). Sum of RGB (Red+Green+Blue) = 130+54+80=264 (34% of max value = 765). Red value is 130 (51.17% from 255 or 49.24% from 264); Green value is 54 (21.48% from 255 or 20.45% from 264); Blue value is 80 (31.64% from 255 or 30.30% from 264); Max value from RGB is 130 - color contains mainly: red. Hex color #823650 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #823650 is #7DC9AF. Grayscale: #4F4F4F. Windows color (decimal): -8243632 or 5256834. OLE color: 5256834.

HSL color Cylindrical-coordinate representation of color #823650: hue angle of 339.47º 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 #823650 is Cyan = 0, Magento = 0.58, Yellow = 0.38 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 54 80 -
CMYK 0 0.58 0.38 0.49
HSL 339.47º 0.41% 0.36% -
HSV(B) 339.47º 0.58% 0.51% -
XYZ 11.97 7.96 8.5 -
YUV 79.69 128.18 163.89 -
System Red Green Blue C M Y K H S L
Decimal 130 54 80 0 0.58 0.38 0.49 339.47 0.41 0.36
Hex 82 36 50 0 3A 26 31 153 29 24
Octal 202 66 120 0 72 46 61 523 51 44
Binary 10000010 110110 1010000 0 111010 100110 110001 101010011 101001 100100

Color Harmonies of #823650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #823650

Black with #823650

Text Example


Text Example

White with #823650

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #823650; }

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

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

background-color css

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

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

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

border-color css

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

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

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