Html Css Color HEX #833D48 Camelot

📋 copy color: '#833D48'

red 131 ◦ green 61 ◦ blue 72

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

Shades of Camelot #833D48

Tints of Camelot #833D48

RGB

 RED value IS 131 (51.56% from 255) = 49.62%

 GREEN value IS 61 (24.22% from 255) = 23.11%

 BLUE value IS 72 (28.52% from 255) = 27.27%

R = 49.62%
G = 23.11%
B = 27.27%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.45

 K value IS 0.49

RGB Variations

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

Color information

#833D48 (or 0x833D48) is known color: Camelot. HEX triplet: 83, 3D and 48. RGB value is (131,61,72). Sum of RGB (Red+Green+Blue) = 131+61+72=264 (34% of max value = 765). Red value is 131 (51.56% from 255 or 49.62% from 264); Green value is 61 (24.22% from 255 or 23.11% from 264); Blue value is 72 (28.52% from 255 or 27.27% from 264); Max value from RGB is 131 - color contains mainly: red. Hex color #833D48 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #833D48 is #7CC2B7. Grayscale: #535353. Windows color (decimal): -8176312 or 4734339. OLE color: 4734339.

HSL color Cylindrical-coordinate representation of color #833D48: hue angle of 350.57º degrees, saturation: 0.36, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #833D48 is Cyan = 0, Magento = 0.53, Yellow = 0.45 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 61 72 -
CMYK 0 0.53 0.45 0.49
HSL 350.57º 0.36% 0.38% -
HSV(B) 350.57º 0.53% 0.51% -
XYZ 12.2 8.63 7.15 -
YUV 83.18 121.69 162.11 -
System Red Green Blue C M Y K H S L
Decimal 131 61 72 0 0.53 0.45 0.49 350.57 0.36 0.38
Hex 83 3D 48 0 35 2D 31 15F 24 26
Octal 203 75 110 0 65 55 61 537 44 46
Binary 10000011 111101 1001000 0 110101 101101 110001 101011111 100100 100110

Color Harmonies of #833D48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #833D48

Black with #833D48

Text Example


Text Example

White with #833D48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #833D48; }

 p { color: rgb(131,61,72); }

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

background-color css

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

 a { background-color: rgb(131,61,72); }

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

border-color css

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

 span { border-color: rgb(131,61,72); }

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