Html Css Color HEX #883245 Camelot

📋 copy color: '#883245'

red 136 ◦ green 50 ◦ blue 69

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

Shades of Camelot #883245

Tints of Camelot #883245

RGB

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

 GREEN value IS 50 (19.92% from 255) = 19.61%

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

R = 53.33%
G = 19.61%
B = 27.06%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.49

 K value IS 0.47

RGB Variations

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

Color information

#883245 (or 0x883245) is known color: Camelot. HEX triplet: 88, 32 and 45. RGB value is (136,50,69). Sum of RGB (Red+Green+Blue) = 136+50+69=255 (33% of max value = 765). Red value is 136 (53.52% from 255 or 53.33% from 255); Green value is 50 (19.92% from 255 or 19.61% from 255); Blue value is 69 (27.34% from 255 or 27.06% from 255); Max value from RGB is 136 - color contains mainly: red. Hex color #883245 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #883245 is #77CDBA. Grayscale: #4D4D4D. Windows color (decimal): -7851451 or 4534920. OLE color: 4534920.

HSL color Cylindrical-coordinate representation of color #883245: hue angle of 346.74º degrees, saturation: 0.46, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #883245 is Cyan = 0, Magento = 0.63, Yellow = 0.49 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 50 69 -
CMYK 0 0.63 0.49 0.47
HSL 346.74º 0.46% 0.36% -
HSV(B) 346.74º 0.63% 0.53% -
XYZ 12.37 7.95 6.51 -
YUV 77.88 122.99 169.46 -
System Red Green Blue C M Y K H S L
Decimal 136 50 69 0 0.63 0.49 0.47 346.74 0.46 0.36
Hex 88 32 45 0 3F 31 2F 15B 2E 24
Octal 210 62 105 0 77 61 57 533 56 44
Binary 10001000 110010 1000101 0 111111 110001 101111 101011011 101110 100100

Color Harmonies of #883245

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #883245

Black with #883245

Text Example


Text Example

White with #883245

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #883245; }

 p { color: rgb(136,50,69); }

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

background-color css

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

 a { background-color: rgb(136,50,69); }

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

border-color css

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

 span { border-color: rgb(136,50,69); }

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