Html Css Color HEX #853746 Camelot

📋 copy color: '#853746'

red 133 ◦ green 55 ◦ blue 70

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

Shades of Camelot #853746

Tints of Camelot #853746

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 27.13%

R = 51.55%
G = 21.32%
B = 27.13%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.47

 K value IS 0.48

RGB Variations

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

Color information

#853746 (or 0x853746) is known color: Camelot. HEX triplet: 85, 37 and 46. RGB value is (133,55,70). Sum of RGB (Red+Green+Blue) = 133+55+70=258 (34% of max value = 765). Red value is 133 (52.34% from 255 or 51.55% from 258); Green value is 55 (21.88% from 255 or 21.32% from 258); Blue value is 70 (27.73% from 255 or 27.13% from 258); Max value from RGB is 133 - color contains mainly: red. Hex color #853746 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #853746 is #7AC8B9. Grayscale: #505050. Windows color (decimal): -8046778 or 4601733. OLE color: 4601733.

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

Color convert

RGB 133 55 70 -
CMYK 0 0.59 0.47 0.48
HSL 348.46º 0.41% 0.37% -
HSV(B) 348.46º 0.59% 0.52% -
XYZ 12.14 8.16 6.73 -
YUV 80.03 122.34 165.78 -
System Red Green Blue C M Y K H S L
Decimal 133 55 70 0 0.59 0.47 0.48 348.46 0.41 0.37
Hex 85 37 46 0 3B 2F 30 15C 29 25
Octal 205 67 106 0 73 57 60 534 51 45
Binary 10000101 110111 1000110 0 111011 101111 110000 101011100 101001 100101

Color Harmonies of #853746

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853746

Black with #853746

Text Example


Text Example

White with #853746

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #853746; }

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

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

background-color css

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

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

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

border-color css

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

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

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