Html Css Color HEX #823645 Camelot

📋 copy color: '#823645'

red 130 ◦ green 54 ◦ blue 69

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

Shades of Camelot #823645

Tints of Camelot #823645

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 27.27%

R = 51.38%
G = 21.34%
B = 27.27%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.47

 K value IS 0.49

RGB Variations

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

Color information

#823645 (or 0x823645) is known color: Camelot. HEX triplet: 82, 36 and 45. RGB value is (130,54,69). Sum of RGB (Red+Green+Blue) = 130+54+69=253 (33% of max value = 765). Red value is 130 (51.17% from 255 or 51.38% from 253); Green value is 54 (21.48% from 255 or 21.34% from 253); Blue value is 69 (27.34% from 255 or 27.27% from 253); Max value from RGB is 130 - color contains mainly: red. Hex color #823645 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #823645 is #7DC9BA. Grayscale: #4E4E4E. Windows color (decimal): -8243643 or 4535938. OLE color: 4535938.

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

Color convert

RGB 130 54 69 -
CMYK 0 0.58 0.47 0.49
HSL 348.16º 0.41% 0.36% -
HSV(B) 348.16º 0.58% 0.51% -
XYZ 11.6 7.81 6.53 -
YUV 78.43 122.68 164.78 -
System Red Green Blue C M Y K H S L
Decimal 130 54 69 0 0.58 0.47 0.49 348.16 0.41 0.36
Hex 82 36 45 0 3A 2F 31 15C 29 24
Octal 202 66 105 0 72 57 61 534 51 44
Binary 10000010 110110 1000101 0 111010 101111 110001 101011100 101001 100100

Color Harmonies of #823645

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #823645

Black with #823645

Text Example


Text Example

White with #823645

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #823645; }

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

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

background-color css

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

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

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

border-color css

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

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

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