Html Css Color HEX #743545 Camelot

📋 copy color: '#743545'

red 116 ◦ green 53 ◦ blue 69

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

Shades of Camelot #743545

Tints of Camelot #743545

RGB

 RED value IS 116 (45.7% from 255) = 48.74%

 GREEN value IS 53 (21.09% from 255) = 22.27%

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

R = 48.74%
G = 22.27%
B = 28.99%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.41

 K value IS 0.55

RGB Variations

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

Color information

#743545 (or 0x743545) is known color: Camelot. HEX triplet: 74, 35 and 45. RGB value is (116,53,69). Sum of RGB (Red+Green+Blue) = 116+53+69=238 (31% of max value = 765). Red value is 116 (45.70% from 255 or 48.74% from 238); Green value is 53 (21.09% from 255 or 22.27% from 238); Blue value is 69 (27.34% from 255 or 28.99% from 238); Max value from RGB is 116 - color contains mainly: red. Hex color #743545 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #743545 is #8BCABA. Grayscale: #494949. Windows color (decimal): -9161403 or 4535668. OLE color: 4535668.

HSL color Cylindrical-coordinate representation of color #743545: hue angle of 344.76º degrees, saturation: 0.37, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #743545 is Cyan = 0, Magento = 0.54, Yellow = 0.41 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 53 69 -
CMYK 0 0.54 0.41 0.55
HSL 344.76º 0.37% 0.33% -
HSV(B) 344.76º 0.54% 0.45% -
XYZ 9.55 6.69 6.42 -
YUV 73.66 125.37 158.2 -
System Red Green Blue C M Y K H S L
Decimal 116 53 69 0 0.54 0.41 0.55 344.76 0.37 0.33
Hex 74 35 45 0 36 29 37 159 25 21
Octal 164 65 105 0 66 51 67 531 45 41
Binary 1110100 110101 1000101 0 110110 101001 110111 101011001 100101 100001

Color Harmonies of #743545

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #743545

Black with #743545

Text Example


Text Example

White with #743545

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #743545; }

 p { color: rgb(116,53,69); }

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

background-color css

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

 a { background-color: rgb(116,53,69); }

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

border-color css

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

 span { border-color: rgb(116,53,69); }

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