Html Css Color HEX #83472C Korma

📋 copy color: '#83472C'

red 131 ◦ green 71 ◦ blue 44

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

Shades of Korma #83472C

Tints of Korma #83472C

RGB

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

 GREEN value IS 71 (28.13% from 255) = 28.86%

 BLUE value IS 44 (17.58% from 255) = 17.89%

R = 53.25%
G = 28.86%
B = 17.89%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.66

 K value IS 0.49

RGB Variations

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

Color information

#83472C (or 0x83472C) is known color: Korma. HEX triplet: 83, 47 and 2C. RGB value is (131,71,44). Sum of RGB (Red+Green+Blue) = 131+71+44=246 (32% of max value = 765). Red value is 131 (51.56% from 255 or 53.25% from 246); Green value is 71 (28.12% from 255 or 28.86% from 246); Blue value is 44 (17.58% from 255 or 17.89% from 246); Max value from RGB is 131 - color contains mainly: red. Hex color #83472C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #83472C is #7CB8D3. Grayscale: #565656. Windows color (decimal): -8173780 or 2901891. OLE color: 2901891.

HSL color Cylindrical-coordinate representation of color #83472C: hue angle of 18.62º degrees, saturation: 0.5, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #83472C is Cyan = 0, Magento = 0.46, Yellow = 0.66 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 71 44 -
CMYK 0 0.46 0.66 0.49
HSL 18.62º 0.5% 0.34% -
HSV(B) 18.62º 0.66% 0.51% -
XYZ 12.07 9.51 3.58 -
YUV 85.86 104.38 160.2 -
System Red Green Blue C M Y K H S L
Decimal 131 71 44 0 0.46 0.66 0.49 18.62 0.5 0.34
Hex 83 47 2C 0 2E 42 31 13 32 22
Octal 203 107 54 0 56 102 61 23 62 42
Binary 10000011 1000111 101100 0 101110 1000010 110001 10011 110010 100010

Color Harmonies of #83472C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83472C

Black with #83472C

Text Example


Text Example

White with #83472C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #83472C; }

 p { color: rgb(131,71,44); }

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

background-color css

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

 a { background-color: rgb(131,71,44); }

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

border-color css

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

 span { border-color: rgb(131,71,44); }

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