Html Css Color HEX #853642 Camelot

📋 copy color: '#853642'

red 133 ◦ green 54 ◦ blue 66

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

Shades of Camelot #853642

Tints of Camelot #853642

RGB

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

 GREEN value IS 54 (21.48% from 255) = 21.34%

 BLUE value IS 66 (26.17% from 255) = 26.09%

R = 52.57%
G = 21.34%
B = 26.09%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.50

 K value IS 0.48

RGB Variations

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

Color information

#853642 (or 0x853642) is known color: Camelot. HEX triplet: 85, 36 and 42. RGB value is (133,54,66). Sum of RGB (Red+Green+Blue) = 133+54+66=253 (33% of max value = 765). Red value is 133 (52.34% from 255 or 52.57% from 253); Green value is 54 (21.48% from 255 or 21.34% from 253); Blue value is 66 (26.17% from 255 or 26.09% from 253); Max value from RGB is 133 - color contains mainly: red. Hex color #853642 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #853642 is #7AC9BD. Grayscale: #4F4F4F. Windows color (decimal): -8047038 or 4339333. OLE color: 4339333.

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

Color convert

RGB 133 54 66 -
CMYK 0 0.59 0.50 0.48
HSL 350.89º 0.42% 0.37% -
HSV(B) 350.89º 0.59% 0.52% -
XYZ 11.98 8.02 6.07 -
YUV 78.99 120.67 166.52 -
System Red Green Blue C M Y K H S L
Decimal 133 54 66 0 0.59 0.50 0.48 350.89 0.42 0.37
Hex 85 36 42 0 3B 32 30 15F 2A 25
Octal 205 66 102 0 73 62 60 537 52 45
Binary 10000101 110110 1000010 0 111011 110010 110000 101011111 101010 100101

Color Harmonies of #853642

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853642

Black with #853642

Text Example


Text Example

White with #853642

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #853642; }

 p { color: rgb(133,54,66); }

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

background-color css

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

 a { background-color: rgb(133,54,66); }

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

border-color css

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

 span { border-color: rgb(133,54,66); }

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