Html Css Color HEX #883E4A Camelot

📋 copy color: '#883E4A'

red 136 ◦ green 62 ◦ blue 74

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

Shades of Camelot #883E4A

Tints of Camelot #883E4A

RGB

 RED value IS 136 (53.52% from 255) = 50%

 GREEN value IS 62 (24.61% from 255) = 22.79%

 BLUE value IS 74 (29.3% from 255) = 27.21%

R = 50%
G = 22.79%
B = 27.21%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.46

 K value IS 0.47

RGB Variations

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

Color information

#883E4A (or 0x883E4A) is known color: Camelot. HEX triplet: 88, 3E and 4A. RGB value is (136,62,74). Sum of RGB (Red+Green+Blue) = 136+62+74=272 (36% of max value = 765). Red value is 136 (53.52% from 255 or 50% from 272); Green value is 62 (24.61% from 255 or 22.79% from 272); Blue value is 74 (29.30% from 255 or 27.21% from 272); Max value from RGB is 136 - color contains mainly: red. Hex color #883E4A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #883E4A is #77C1B5. Grayscale: #555555. Windows color (decimal): -7848374 or 4865672. OLE color: 4865672.

HSL color Cylindrical-coordinate representation of color #883E4A: hue angle of 350.27º degrees, saturation: 0.37, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #883E4A is Cyan = 0, Magento = 0.54, Yellow = 0.46 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 62 74 -
CMYK 0 0.54 0.46 0.47
HSL 350.27º 0.37% 0.39% -
HSV(B) 350.27º 0.54% 0.53% -
XYZ 13.11 9.17 7.56 -
YUV 85.49 121.52 164.02 -
System Red Green Blue C M Y K H S L
Decimal 136 62 74 0 0.54 0.46 0.47 350.27 0.37 0.39
Hex 88 3E 4A 0 36 2E 2F 15E 25 27
Octal 210 76 112 0 66 56 57 536 45 47
Binary 10001000 111110 1001010 0 110110 101110 101111 101011110 100101 100111

Color Harmonies of #883E4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #883E4A

Black with #883E4A

Text Example


Text Example

White with #883E4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #883E4A; }

 p { color: rgb(136,62,74); }

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

background-color css

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

 a { background-color: rgb(136,62,74); }

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

border-color css

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

 span { border-color: rgb(136,62,74); }

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