Html Css Color HEX #853743 Camelot

📋 copy color: '#853743'

red 133 ◦ green 55 ◦ blue 67

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

Shades of Camelot #853743

Tints of Camelot #853743

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 26.27%

R = 52.16%
G = 21.57%
B = 26.27%

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

#853743 (or 0x853743) is known color: Camelot. HEX triplet: 85, 37 and 43. RGB value is (133,55,67). Sum of RGB (Red+Green+Blue) = 133+55+67=255 (33% of max value = 765). Red value is 133 (52.34% from 255 or 52.16% from 255); Green value is 55 (21.88% from 255 or 21.57% from 255); Blue value is 67 (26.56% from 255 or 26.27% from 255); Max value from RGB is 133 - color contains mainly: red. Hex color #853743 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #853743 is #7AC8BC. Grayscale: #4F4F4F. Windows color (decimal): -8046781 or 4405125. OLE color: 4405125.

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

Color convert

RGB 133 55 67 -
CMYK 0 0.59 0.50 0.48
HSL 350.77º 0.41% 0.37% -
HSV(B) 350.77º 0.59% 0.52% -
XYZ 12.05 8.12 6.24 -
YUV 79.69 120.84 166.02 -
System Red Green Blue C M Y K H S L
Decimal 133 55 67 0 0.59 0.50 0.48 350.77 0.41 0.37
Hex 85 37 43 0 3B 32 30 15F 29 25
Octal 205 67 103 0 73 62 60 537 51 45
Binary 10000101 110111 1000011 0 111011 110010 110000 101011111 101001 100101

Color Harmonies of #853743

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853743

Black with #853743

Text Example


Text Example

White with #853743

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #853743; }

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

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

background-color css

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

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

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

border-color css

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

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

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