Html Css Color HEX #853645 Camelot

📋 copy color: '#853645'

red 133 ◦ green 54 ◦ blue 69

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

Shades of Camelot #853645

Tints of Camelot #853645

RGB

 RED value IS 133 (52.34% from 255) = 51.95%

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

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

R = 51.95%
G = 21.09%
B = 26.95%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.48

 K value IS 0.48

RGB Variations

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

Color information

#853645 (or 0x853645) is known color: Camelot. HEX triplet: 85, 36 and 45. RGB value is (133,54,69). Sum of RGB (Red+Green+Blue) = 133+54+69=256 (33% of max value = 765). Red value is 133 (52.34% from 255 or 51.95% from 256); Green value is 54 (21.48% from 255 or 21.09% from 256); Blue value is 69 (27.34% from 255 or 26.95% from 256); Max value from RGB is 133 - color contains mainly: red. Hex color #853645 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #853645 is #7AC9BA. Grayscale: #4F4F4F. Windows color (decimal): -8047035 or 4535941. OLE color: 4535941.

HSL color Cylindrical-coordinate representation of color #853645: hue angle of 348.61º degrees, saturation: 0.42, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #853645 is Cyan = 0, Magento = 0.59, Yellow = 0.48 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 54 69 -
CMYK 0 0.59 0.48 0.48
HSL 348.61º 0.42% 0.37% -
HSV(B) 348.61º 0.59% 0.52% -
XYZ 12.07 8.05 6.55 -
YUV 79.33 122.17 166.28 -
System Red Green Blue C M Y K H S L
Decimal 133 54 69 0 0.59 0.48 0.48 348.61 0.42 0.37
Hex 85 36 45 0 3B 30 30 15D 2A 25
Octal 205 66 105 0 73 60 60 535 52 45
Binary 10000101 110110 1000101 0 111011 110000 110000 101011101 101010 100101

Color Harmonies of #853645

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853645

Black with #853645

Text Example


Text Example

White with #853645

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #853645; }

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

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

background-color css

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

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

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

border-color css

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

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

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