Html Css Color HEX #853545 Camelot

📋 copy color: '#853545'

red 133 ◦ green 53 ◦ blue 69

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

Shades of Camelot #853545

Tints of Camelot #853545

RGB

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

 GREEN value IS 53 (21.09% from 255) = 20.78%

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

R = 52.16%
G = 20.78%
B = 27.06%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.48

 K value IS 0.48

RGB Variations

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

Color information

#853545 (or 0x853545) is known color: Camelot. HEX triplet: 85, 35 and 45. RGB value is (133,53,69). Sum of RGB (Red+Green+Blue) = 133+53+69=255 (33% of max value = 765). Red value is 133 (52.34% from 255 or 52.16% from 255); Green value is 53 (21.09% from 255 or 20.78% from 255); Blue value is 69 (27.34% from 255 or 27.06% from 255); Max value from RGB is 133 - color contains mainly: red. Hex color #853545 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #853545 is #7ACABA. Grayscale: #4E4E4E. Windows color (decimal): -8047291 or 4535685. OLE color: 4535685.

HSL color Cylindrical-coordinate representation of color #853545: hue angle of 348º degrees, saturation: 0.43, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #853545 is Cyan = 0, Magento = 0.60, Yellow = 0.48 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 53 69 -
CMYK 0 0.60 0.48 0.48
HSL 348º 0.43% 0.36% -
HSV(B) 348º 0.6% 0.52% -
XYZ 12.02 7.96 6.53 -
YUV 78.74 122.5 166.7 -
System Red Green Blue C M Y K H S L
Decimal 133 53 69 0 0.60 0.48 0.48 348 0.43 0.36
Hex 85 35 45 0 3C 30 30 15C 2B 24
Octal 205 65 105 0 74 60 60 534 53 44
Binary 10000101 110101 1000101 0 111100 110000 110000 101011100 101011 100100

Color Harmonies of #853545

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853545

Black with #853545

Text Example


Text Example

White with #853545

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #853545; }

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

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

background-color css

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

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

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

border-color css

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

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

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