Html Css Color HEX #853945 Camelot

📋 copy color: '#853945'

red 133 ◦ green 57 ◦ blue 69

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

Shades of Camelot #853945

Tints of Camelot #853945

RGB

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

 GREEN value IS 57 (22.66% from 255) = 22.01%

 BLUE value IS 69 (27.34% from 255) = 26.64%

R = 51.35%
G = 22.01%
B = 26.64%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.48

 K value IS 0.48

RGB Variations

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

Color information

#853945 (or 0x853945) is known color: Camelot. HEX triplet: 85, 39 and 45. RGB value is (133,57,69). Sum of RGB (Red+Green+Blue) = 133+57+69=259 (34% of max value = 765). Red value is 133 (52.34% from 255 or 51.35% from 259); Green value is 57 (22.66% from 255 or 22.01% from 259); Blue value is 69 (27.34% from 255 or 26.64% from 259); Max value from RGB is 133 - color contains mainly: red. Hex color #853945 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #853945 is #7AC6BA. Grayscale: #515151. Windows color (decimal): -8046267 or 4536709. OLE color: 4536709.

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

Color convert

RGB 133 57 69 -
CMYK 0 0.57 0.48 0.48
HSL 350.53º 0.4% 0.37% -
HSV(B) 350.53º 0.57% 0.52% -
XYZ 12.21 8.34 6.6 -
YUV 81.09 121.18 165.02 -
System Red Green Blue C M Y K H S L
Decimal 133 57 69 0 0.57 0.48 0.48 350.53 0.4 0.37
Hex 85 39 45 0 39 30 30 15F 28 25
Octal 205 71 105 0 71 60 60 537 50 45
Binary 10000101 111001 1000101 0 111001 110000 110000 101011111 101000 100101

Color Harmonies of #853945

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853945

Black with #853945

Text Example


Text Example

White with #853945

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #853945; }

 p { color: rgb(133,57,69); }

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

background-color css

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

 a { background-color: rgb(133,57,69); }

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

border-color css

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

 span { border-color: rgb(133,57,69); }

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