Html Css Color HEX #853643 Camelot

📋 copy color: '#853643'

red 133 ◦ green 54 ◦ blue 67

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

Shades of Camelot #853643

Tints of Camelot #853643

RGB

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

 GREEN value IS 54 (21.48% from 255) = 21.26%

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

R = 52.36%
G = 21.26%
B = 26.38%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.50

 K value IS 0.48

RGB Variations

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

Color information

#853643 (or 0x853643) is known color: Camelot. HEX triplet: 85, 36 and 43. RGB value is (133,54,67). Sum of RGB (Red+Green+Blue) = 133+54+67=254 (33% of max value = 765). Red value is 133 (52.34% from 255 or 52.36% from 254); Green value is 54 (21.48% from 255 or 21.26% from 254); Blue value is 67 (26.56% from 255 or 26.38% from 254); Max value from RGB is 133 - color contains mainly: red. Hex color #853643 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #853643 is #7AC9BC. Grayscale: #4F4F4F. Windows color (decimal): -8047037 or 4404869. OLE color: 4404869.

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

Color convert

RGB 133 54 67 -
CMYK 0 0.59 0.50 0.48
HSL 350.13º 0.42% 0.37% -
HSV(B) 350.13º 0.59% 0.52% -
XYZ 12.01 8.03 6.23 -
YUV 79.1 121.17 166.44 -
System Red Green Blue C M Y K H S L
Decimal 133 54 67 0 0.59 0.50 0.48 350.13 0.42 0.37
Hex 85 36 43 0 3B 32 30 15E 2A 25
Octal 205 66 103 0 73 62 60 536 52 45
Binary 10000101 110110 1000011 0 111011 110010 110000 101011110 101010 100101

Color Harmonies of #853643

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853643

Black with #853643

Text Example


Text Example

White with #853643

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #853643; }

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

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

background-color css

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

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

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

border-color css

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

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

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