Html Css Color HEX #883C4B Camelot

📋 copy color: '#883C4B'

red 136 ◦ green 60 ◦ blue 75

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

Shades of Camelot #883C4B

Tints of Camelot #883C4B

RGB

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

 GREEN value IS 60 (23.83% from 255) = 22.14%

 BLUE value IS 75 (29.69% from 255) = 27.68%

R = 50.18%
G = 22.14%
B = 27.68%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.45

 K value IS 0.47

RGB Variations

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

Color information

#883C4B (or 0x883C4B) is known color: Camelot. HEX triplet: 88, 3C and 4B. RGB value is (136,60,75). Sum of RGB (Red+Green+Blue) = 136+60+75=271 (35% of max value = 765). Red value is 136 (53.52% from 255 or 50.18% from 271); Green value is 60 (23.83% from 255 or 22.14% from 271); Blue value is 75 (29.69% from 255 or 27.68% from 271); Max value from RGB is 136 - color contains mainly: red. Hex color #883C4B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #883C4B is #77C3B4. Grayscale: #545454. Windows color (decimal): -7848885 or 4930696. OLE color: 4930696.

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

Color convert

RGB 136 60 75 -
CMYK 0 0.56 0.45 0.47
HSL 348.16º 0.39% 0.38% -
HSV(B) 348.16º 0.56% 0.53% -
XYZ 13.04 8.97 7.7 -
YUV 84.43 122.68 164.78 -
System Red Green Blue C M Y K H S L
Decimal 136 60 75 0 0.56 0.45 0.47 348.16 0.39 0.38
Hex 88 3C 4B 0 38 2D 2F 15C 27 26
Octal 210 74 113 0 70 55 57 534 47 46
Binary 10001000 111100 1001011 0 111000 101101 101111 101011100 100111 100110

Color Harmonies of #883C4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #883C4B

Black with #883C4B

Text Example


Text Example

White with #883C4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,60,75); }

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

background-color css

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

 a { background-color: rgb(136,60,75); }

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

border-color css

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

 span { border-color: rgb(136,60,75); }

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