Html Css Color HEX #853848 Camelot

📋 copy color: '#853848'

red 133 ◦ green 56 ◦ blue 72

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

Shades of Camelot #853848

Tints of Camelot #853848

RGB

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

 GREEN value IS 56 (22.27% from 255) = 21.46%

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

R = 50.96%
G = 21.46%
B = 27.59%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.46

 K value IS 0.48

RGB Variations

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

Color information

#853848 (or 0x853848) is known color: Camelot. HEX triplet: 85, 38 and 48. RGB value is (133,56,72). Sum of RGB (Red+Green+Blue) = 133+56+72=261 (34% of max value = 765). Red value is 133 (52.34% from 255 or 50.96% from 261); Green value is 56 (22.27% from 255 or 21.46% from 261); Blue value is 72 (28.52% from 255 or 27.59% from 261); Max value from RGB is 133 - color contains mainly: red. Hex color #853848 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #853848 is #7AC7B7. Grayscale: #505050. Windows color (decimal): -8046520 or 4733061. OLE color: 4733061.

HSL color Cylindrical-coordinate representation of color #853848: hue angle of 347.53º degrees, saturation: 0.41, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #853848 is Cyan = 0, Magento = 0.58, Yellow = 0.46 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 56 72 -
CMYK 0 0.58 0.46 0.48
HSL 347.53º 0.41% 0.37% -
HSV(B) 347.53º 0.58% 0.52% -
XYZ 12.26 8.28 7.08 -
YUV 80.85 123.01 165.2 -
System Red Green Blue C M Y K H S L
Decimal 133 56 72 0 0.58 0.46 0.48 347.53 0.41 0.37
Hex 85 38 48 0 3A 2E 30 15C 29 25
Octal 205 70 110 0 72 56 60 534 51 45
Binary 10000101 111000 1001000 0 111010 101110 110000 101011100 101001 100101

Color Harmonies of #853848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853848

Black with #853848

Text Example


Text Example

White with #853848

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #853848; }

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

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

background-color css

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

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

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

border-color css

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

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

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