Html Css Color HEX #834557 Camelot

📋 copy color: '#834557'

red 131 ◦ green 69 ◦ blue 87

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

Shades of Camelot #834557

Tints of Camelot #834557

RGB

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

 GREEN value IS 69 (27.34% from 255) = 24.04%

 BLUE value IS 87 (34.38% from 255) = 30.31%

R = 45.64%
G = 24.04%
B = 30.31%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.34

 K value IS 0.49

RGB Variations

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

Color information

#834557 (or 0x834557) is known color: Camelot. HEX triplet: 83, 45 and 57. RGB value is (131,69,87). Sum of RGB (Red+Green+Blue) = 131+69+87=287 (38% of max value = 765). Red value is 131 (51.56% from 255 or 45.64% from 287); Green value is 69 (27.34% from 255 or 24.04% from 287); Blue value is 87 (34.38% from 255 or 30.31% from 287); Max value from RGB is 131 - color contains mainly: red. Hex color #834557 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #834557 is #7CBAA8. Grayscale: #595959. Windows color (decimal): -8174249 or 5719427. OLE color: 5719427.

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

Color convert

RGB 131 69 87 -
CMYK 0 0.47 0.34 0.49
HSL 342.58º 0.31% 0.39% -
HSV(B) 342.58º 0.47% 0.51% -
XYZ 13.21 9.77 10.21 -
YUV 89.59 126.54 157.54 -
System Red Green Blue C M Y K H S L
Decimal 131 69 87 0 0.47 0.34 0.49 342.58 0.31 0.39
Hex 83 45 57 0 2F 22 31 157 1F 27
Octal 203 105 127 0 57 42 61 527 37 47
Binary 10000011 1000101 1010111 0 101111 100010 110001 101010111 11111 100111

Color Harmonies of #834557

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #834557

Black with #834557

Text Example


Text Example

White with #834557

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #834557; }

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

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

background-color css

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

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

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

border-color css

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

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

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