Html Css Color HEX #83462A Korma

📋 copy color: '#83462A'

red 131 ◦ green 70 ◦ blue 42

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

Shades of Korma #83462A

Tints of Korma #83462A

RGB

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

 GREEN value IS 70 (27.73% from 255) = 28.81%

 BLUE value IS 42 (16.8% from 255) = 17.28%

R = 53.91%
G = 28.81%
B = 17.28%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.68

 K value IS 0.49

RGB Variations

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

Color information

#83462A (or 0x83462A) is known color: Korma. HEX triplet: 83, 46 and 2A. RGB value is (131,70,42). Sum of RGB (Red+Green+Blue) = 131+70+42=243 (32% of max value = 765). Red value is 131 (51.56% from 255 or 53.91% from 243); Green value is 70 (27.73% from 255 or 28.81% from 243); Blue value is 42 (16.80% from 255 or 17.28% from 243); Max value from RGB is 131 - color contains mainly: red. Hex color #83462A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #83462A is #7CB9D5. Grayscale: #555555. Windows color (decimal): -8174038 or 2770563. OLE color: 2770563.

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

Color convert

RGB 131 70 42 -
CMYK 0 0.47 0.68 0.49
HSL 18.88º 0.51% 0.34% -
HSV(B) 18.88º 0.68% 0.51% -
XYZ 11.97 9.37 3.37 -
YUV 85.05 103.71 160.78 -
System Red Green Blue C M Y K H S L
Decimal 131 70 42 0 0.47 0.68 0.49 18.88 0.51 0.34
Hex 83 46 2A 0 2F 44 31 13 33 22
Octal 203 106 52 0 57 104 61 23 63 42
Binary 10000011 1000110 101010 0 101111 1000100 110001 10011 110011 100010

Color Harmonies of #83462A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83462A

Black with #83462A

Text Example


Text Example

White with #83462A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #83462A; }

 p { color: rgb(131,70,42); }

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

background-color css

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

 a { background-color: rgb(131,70,42); }

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

border-color css

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

 span { border-color: rgb(131,70,42); }

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