Html Css Color HEX #823B4F Camelot

📋 copy color: '#823B4F'

red 130 ◦ green 59 ◦ blue 79

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

Shades of Camelot #823B4F

Tints of Camelot #823B4F

RGB

 RED value IS 130 (51.17% from 255) = 48.51%

 GREEN value IS 59 (23.44% from 255) = 22.01%

 BLUE value IS 79 (31.25% from 255) = 29.48%

R = 48.51%
G = 22.01%
B = 29.48%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.39

 K value IS 0.49

RGB Variations

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

Color information

#823B4F (or 0x823B4F) is known color: Camelot. HEX triplet: 82, 3B and 4F. RGB value is (130,59,79). Sum of RGB (Red+Green+Blue) = 130+59+79=268 (35% of max value = 765). Red value is 130 (51.17% from 255 or 48.51% from 268); Green value is 59 (23.44% from 255 or 22.01% from 268); Blue value is 79 (31.25% from 255 or 29.48% from 268); Max value from RGB is 130 - color contains mainly: red. Hex color #823B4F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #823B4F is #7DC4B0. Grayscale: #525252. Windows color (decimal): -8242353 or 5192578. OLE color: 5192578.

HSL color Cylindrical-coordinate representation of color #823B4F: hue angle of 343.1º degrees, saturation: 0.38, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #823B4F is Cyan = 0, Magento = 0.55, Yellow = 0.39 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 59 79 -
CMYK 0 0.55 0.39 0.49
HSL 343.1º 0.38% 0.37% -
HSV(B) 343.1º 0.55% 0.51% -
XYZ 12.18 8.44 8.38 -
YUV 82.51 126.02 161.87 -
System Red Green Blue C M Y K H S L
Decimal 130 59 79 0 0.55 0.39 0.49 343.1 0.38 0.37
Hex 82 3B 4F 0 37 27 31 157 26 25
Octal 202 73 117 0 67 47 61 527 46 45
Binary 10000010 111011 1001111 0 110111 100111 110001 101010111 100110 100101

Color Harmonies of #823B4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #823B4F

Black with #823B4F

Text Example


Text Example

White with #823B4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #823B4F; }

 p { color: rgb(130,59,79); }

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

background-color css

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

 a { background-color: rgb(130,59,79); }

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

border-color css

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

 span { border-color: rgb(130,59,79); }

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