Html Css Color HEX #833745 Camelot

📋 copy color: '#833745'

red 131 ◦ green 55 ◦ blue 69

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

Shades of Camelot #833745

Tints of Camelot #833745

RGB

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

 GREEN value IS 55 (21.88% from 255) = 21.57%

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

R = 51.37%
G = 21.57%
B = 27.06%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.47

 K value IS 0.49

RGB Variations

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

Color information

#833745 (or 0x833745) is known color: Camelot. HEX triplet: 83, 37 and 45. RGB value is (131,55,69). Sum of RGB (Red+Green+Blue) = 131+55+69=255 (33% of max value = 765). Red value is 131 (51.56% from 255 or 51.37% from 255); Green value is 55 (21.88% from 255 or 21.57% from 255); Blue value is 69 (27.34% from 255 or 27.06% from 255); Max value from RGB is 131 - color contains mainly: red. Hex color #833745 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #833745 is #7CC8BA. Grayscale: #4F4F4F. Windows color (decimal): -8177851 or 4536195. OLE color: 4536195.

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

Color convert

RGB 131 55 69 -
CMYK 0 0.58 0.47 0.49
HSL 348.95º 0.41% 0.36% -
HSV(B) 348.95º 0.58% 0.51% -
XYZ 11.8 7.99 6.55 -
YUV 79.32 122.18 164.86 -
System Red Green Blue C M Y K H S L
Decimal 131 55 69 0 0.58 0.47 0.49 348.95 0.41 0.36
Hex 83 37 45 0 3A 2F 31 15D 29 24
Octal 203 67 105 0 72 57 61 535 51 44
Binary 10000011 110111 1000101 0 111010 101111 110001 101011101 101001 100100

Color Harmonies of #833745

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #833745

Black with #833745

Text Example


Text Example

White with #833745

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #833745; }

 p { color: rgb(131,55,69); }

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

background-color css

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

 a { background-color: rgb(131,55,69); }

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

border-color css

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

 span { border-color: rgb(131,55,69); }

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