Html Css Color HEX #853543 Camelot

📋 copy color: '#853543'

red 133 ◦ green 53 ◦ blue 67

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

Shades of Camelot #853543

Tints of Camelot #853543

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 26.48%

R = 52.57%
G = 20.95%
B = 26.48%

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

#853543 (or 0x853543) is known color: Camelot. HEX triplet: 85, 35 and 43. RGB value is (133,53,67). Sum of RGB (Red+Green+Blue) = 133+53+67=253 (33% of max value = 765). Red value is 133 (52.34% from 255 or 52.57% from 253); Green value is 53 (21.09% from 255 or 20.95% from 253); Blue value is 67 (26.56% from 255 or 26.48% from 253); Max value from RGB is 133 - color contains mainly: red. Hex color #853543 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #853543 is #7ACABC. Grayscale: #4E4E4E. Windows color (decimal): -8047293 or 4404613. OLE color: 4404613.

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

Color convert

RGB 133 53 67 -
CMYK 0 0.60 0.50 0.48
HSL 349.5º 0.43% 0.36% -
HSV(B) 349.5º 0.6% 0.52% -
XYZ 11.96 7.94 6.21 -
YUV 78.52 121.5 166.86 -
System Red Green Blue C M Y K H S L
Decimal 133 53 67 0 0.60 0.50 0.48 349.5 0.43 0.36
Hex 85 35 43 0 3C 32 30 15E 2B 24
Octal 205 65 103 0 74 62 60 536 53 44
Binary 10000101 110101 1000011 0 111100 110010 110000 101011110 101011 100100

Color Harmonies of #853543

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853543

Black with #853543

Text Example


Text Example

White with #853543

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #853543; }

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

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

background-color css

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

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

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

border-color css

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

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

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