Html Css Color HEX #853750 Camelot

📋 copy color: '#853750'

red 133 ◦ green 55 ◦ blue 80

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

Shades of Camelot #853750

Tints of Camelot #853750

RGB

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

 GREEN value IS 55 (21.88% from 255) = 20.52%

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

R = 49.63%
G = 20.52%
B = 29.85%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.40

 K value IS 0.48

RGB Variations

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

Color information

#853750 (or 0x853750) is known color: Camelot. HEX triplet: 85, 37 and 50. RGB value is (133,55,80). Sum of RGB (Red+Green+Blue) = 133+55+80=268 (35% of max value = 765). Red value is 133 (52.34% from 255 or 49.63% from 268); Green value is 55 (21.88% from 255 or 20.52% from 268); Blue value is 80 (31.64% from 255 or 29.85% from 268); Max value from RGB is 133 - color contains mainly: red. Hex color #853750 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #853750 is #7AC8AF. Grayscale: #515151. Windows color (decimal): -8046768 or 5257093. OLE color: 5257093.

HSL color Cylindrical-coordinate representation of color #853750: hue angle of 340.77º degrees, saturation: 0.41, 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 #853750 is Cyan = 0, Magento = 0.59, Yellow = 0.40 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 55 80 -
CMYK 0 0.59 0.40 0.48
HSL 340.77º 0.41% 0.37% -
HSV(B) 340.77º 0.59% 0.52% -
XYZ 12.49 8.3 8.53 -
YUV 81.17 127.34 164.97 -
System Red Green Blue C M Y K H S L
Decimal 133 55 80 0 0.59 0.40 0.48 340.77 0.41 0.37
Hex 85 37 50 0 3B 28 30 155 29 25
Octal 205 67 120 0 73 50 60 525 51 45
Binary 10000101 110111 1010000 0 111011 101000 110000 101010101 101001 100101

Color Harmonies of #853750

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853750

Black with #853750

Text Example


Text Example

White with #853750

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #853750; }

 p { color: rgb(133,55,80); }

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

background-color css

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

 a { background-color: rgb(133,55,80); }

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

border-color css

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

 span { border-color: rgb(133,55,80); }

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