Html Css Color HEX #853542 Camelot

📋 copy color: '#853542'

red 133 ◦ green 53 ◦ blue 66

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

Shades of Camelot #853542

Tints of Camelot #853542

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 26.19%

R = 52.78%
G = 21.03%
B = 26.19%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.50

 K value IS 0.48

RGB Variations

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

Color information

#853542 (or 0x853542) is known color: Camelot. HEX triplet: 85, 35 and 42. RGB value is (133,53,66). Sum of RGB (Red+Green+Blue) = 133+53+66=252 (33% of max value = 765). Red value is 133 (52.34% from 255 or 52.78% from 252); Green value is 53 (21.09% from 255 or 21.03% from 252); Blue value is 66 (26.17% from 255 or 26.19% from 252); Max value from RGB is 133 - color contains mainly: red. Hex color #853542 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #853542 is #7ACABD. Grayscale: #4E4E4E. Windows color (decimal): -8047294 or 4339077. OLE color: 4339077.

HSL color Cylindrical-coordinate representation of color #853542: hue angle of 350.25º 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 #853542 is Cyan = 0, Magento = 0.60, Yellow = 0.50 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 53 66 -
CMYK 0 0.60 0.50 0.48
HSL 350.25º 0.43% 0.36% -
HSV(B) 350.25º 0.6% 0.52% -
XYZ 11.93 7.93 6.06 -
YUV 78.4 121 166.94 -
System Red Green Blue C M Y K H S L
Decimal 133 53 66 0 0.60 0.50 0.48 350.25 0.43 0.36
Hex 85 35 42 0 3C 32 30 15E 2B 24
Octal 205 65 102 0 74 62 60 536 53 44
Binary 10000101 110101 1000010 0 111100 110010 110000 101011110 101011 100100

Color Harmonies of #853542

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853542

Black with #853542

Text Example


Text Example

White with #853542

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #853542; }

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

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

background-color css

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

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

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

border-color css

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

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

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