Html Css Color HEX #853A45 Camelot

📋 copy color: '#853A45'

red 133 ◦ green 58 ◦ blue 69

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

Shades of Camelot #853A45

Tints of Camelot #853A45

RGB

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

 GREEN value IS 58 (23.05% from 255) = 22.31%

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

R = 51.15%
G = 22.31%
B = 26.54%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.48

 K value IS 0.48

RGB Variations

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

Color information

#853A45 (or 0x853A45) is known color: Camelot. HEX triplet: 85, 3A and 45. RGB value is (133,58,69). Sum of RGB (Red+Green+Blue) = 133+58+69=260 (34% of max value = 765). Red value is 133 (52.34% from 255 or 51.15% from 260); Green value is 58 (23.05% from 255 or 22.31% from 260); Blue value is 69 (27.34% from 255 or 26.54% from 260); Max value from RGB is 133 - color contains mainly: red. Hex color #853A45 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #853A45 is #7AC5BA. Grayscale: #515151. Windows color (decimal): -8046011 or 4536965. OLE color: 4536965.

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

Color convert

RGB 133 58 69 -
CMYK 0 0.56 0.48 0.48
HSL 351.2º 0.39% 0.37% -
HSV(B) 351.2º 0.56% 0.52% -
XYZ 12.26 8.44 6.61 -
YUV 81.68 120.85 164.61 -
System Red Green Blue C M Y K H S L
Decimal 133 58 69 0 0.56 0.48 0.48 351.2 0.39 0.37
Hex 85 3A 45 0 38 30 30 15F 27 25
Octal 205 72 105 0 70 60 60 537 47 45
Binary 10000101 111010 1000101 0 111000 110000 110000 101011111 100111 100101

Color Harmonies of #853A45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853A45

Black with #853A45

Text Example


Text Example

White with #853A45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #853A45; }

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

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

background-color css

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

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

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

border-color css

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

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

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