Html Css Color HEX #83472B Korma

📋 copy color: '#83472B'

red 131 ◦ green 71 ◦ blue 43

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

Shades of Korma #83472B

Tints of Korma #83472B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 17.55%

R = 53.47%
G = 28.98%
B = 17.55%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.67

 K value IS 0.49

RGB Variations

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

Color information

#83472B (or 0x83472B) is known color: Korma. HEX triplet: 83, 47 and 2B. RGB value is (131,71,43). Sum of RGB (Red+Green+Blue) = 131+71+43=245 (32% of max value = 765). Red value is 131 (51.56% from 255 or 53.47% from 245); Green value is 71 (28.12% from 255 or 28.98% from 245); Blue value is 43 (17.19% from 255 or 17.55% from 245); Max value from RGB is 131 - color contains mainly: red. Hex color #83472B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #83472B is #7CB8D4. Grayscale: #555555. Windows color (decimal): -8173781 or 2836355. OLE color: 2836355.

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

Color convert

RGB 131 71 43 -
CMYK 0 0.46 0.67 0.49
HSL 19.09º 0.51% 0.34% -
HSV(B) 19.09º 0.67% 0.51% -
XYZ 12.05 9.51 3.49 -
YUV 85.75 103.88 160.28 -
System Red Green Blue C M Y K H S L
Decimal 131 71 43 0 0.46 0.67 0.49 19.09 0.51 0.34
Hex 83 47 2B 0 2E 43 31 13 33 22
Octal 203 107 53 0 56 103 61 23 63 42
Binary 10000011 1000111 101011 0 101110 1000011 110001 10011 110011 100010

Color Harmonies of #83472B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83472B

Black with #83472B

Text Example


Text Example

White with #83472B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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