Html Css Color HEX #853B45 Camelot

📋 copy color: '#853B45'

red 133 ◦ green 59 ◦ blue 69

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

Shades of Camelot #853B45

Tints of Camelot #853B45

RGB

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

 GREEN value IS 59 (23.44% from 255) = 22.61%

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

R = 50.96%
G = 22.61%
B = 26.44%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.48

 K value IS 0.48

RGB Variations

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

Color information

#853B45 (or 0x853B45) is known color: Camelot. HEX triplet: 85, 3B and 45. RGB value is (133,59,69). Sum of RGB (Red+Green+Blue) = 133+59+69=261 (34% of max value = 765). Red value is 133 (52.34% from 255 or 50.96% from 261); Green value is 59 (23.44% from 255 or 22.61% from 261); Blue value is 69 (27.34% from 255 or 26.44% from 261); Max value from RGB is 133 - color contains mainly: red. Hex color #853B45 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #853B45 is #7AC4BA. Grayscale: #525252. Windows color (decimal): -8045755 or 4537221. OLE color: 4537221.

HSL color Cylindrical-coordinate representation of color #853B45: hue angle of 351.89º degrees, saturation: 0.39, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #853B45 is Cyan = 0, Magento = 0.56, Yellow = 0.48 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 59 69 -
CMYK 0 0.56 0.48 0.48
HSL 351.89º 0.39% 0.38% -
HSV(B) 351.89º 0.56% 0.52% -
XYZ 12.31 8.54 6.63 -
YUV 82.27 120.52 164.19 -
System Red Green Blue C M Y K H S L
Decimal 133 59 69 0 0.56 0.48 0.48 351.89 0.39 0.38
Hex 85 3B 45 0 38 30 30 160 27 26
Octal 205 73 105 0 70 60 60 540 47 46
Binary 10000101 111011 1000101 0 111000 110000 110000 101100000 100111 100110

Color Harmonies of #853B45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853B45

Black with #853B45

Text Example


Text Example

White with #853B45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #853B45; }

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

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

background-color css

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

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

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

border-color css

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

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

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