Html Css Color HEX #853748 Camelot

📋 copy color: '#853748'

red 133 ◦ green 55 ◦ blue 72

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

Shades of Camelot #853748

Tints of Camelot #853748

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 27.69%

R = 51.15%
G = 21.15%
B = 27.69%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.46

 K value IS 0.48

RGB Variations

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

Color information

#853748 (or 0x853748) is known color: Camelot. HEX triplet: 85, 37 and 48. RGB value is (133,55,72). Sum of RGB (Red+Green+Blue) = 133+55+72=260 (34% of max value = 765). Red value is 133 (52.34% from 255 or 51.15% from 260); Green value is 55 (21.88% from 255 or 21.15% from 260); Blue value is 72 (28.52% from 255 or 27.69% from 260); Max value from RGB is 133 - color contains mainly: red. Hex color #853748 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #853748 is #7AC8B7. Grayscale: #505050. Windows color (decimal): -8046776 or 4732805. OLE color: 4732805.

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

Color convert

RGB 133 55 72 -
CMYK 0 0.59 0.46 0.48
HSL 346.92º 0.41% 0.37% -
HSV(B) 346.92º 0.59% 0.52% -
XYZ 12.21 8.19 7.07 -
YUV 80.26 123.34 165.62 -
System Red Green Blue C M Y K H S L
Decimal 133 55 72 0 0.59 0.46 0.48 346.92 0.41 0.37
Hex 85 37 48 0 3B 2E 30 15B 29 25
Octal 205 67 110 0 73 56 60 533 51 45
Binary 10000101 110111 1001000 0 111011 101110 110000 101011011 101001 100101

Color Harmonies of #853748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853748

Black with #853748

Text Example


Text Example

White with #853748

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #853748; }

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

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

background-color css

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

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

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

border-color css

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

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

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